refactor to remove some redundant stuff
This commit is contained in:
parent
d11c042bc8
commit
d6a90a0853
|
@ -15,7 +15,7 @@
|
||||||
# Or modules exported from other flakes (such as nix-colors):
|
# Or modules exported from other flakes (such as nix-colors):
|
||||||
# inputs.nix-colors.homeManagerModules.default
|
# inputs.nix-colors.homeManagerModules.default
|
||||||
|
|
||||||
# Import the locale settings
|
# Import the shared settings
|
||||||
../../shared
|
../../shared
|
||||||
|
|
||||||
# You can also split up your configuration and import pieces of it here:
|
# You can also split up your configuration and import pieces of it here:
|
||||||
|
@ -51,25 +51,17 @@
|
||||||
# auto-mount
|
# auto-mount
|
||||||
|
|
||||||
#System:
|
#System:
|
||||||
alejandra
|
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
efitools
|
efitools
|
||||||
git
|
|
||||||
git-filter-repo
|
|
||||||
home-manager
|
|
||||||
htop
|
|
||||||
jq
|
jq
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji-blob-bin
|
noto-fonts-emoji-blob-bin
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
oh-my-zsh
|
oh-my-zsh
|
||||||
rsync
|
|
||||||
rustdesk
|
rustdesk
|
||||||
sbctl
|
sbctl
|
||||||
udisks
|
udisks
|
||||||
util-linux
|
util-linux
|
||||||
wget
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#KDE:
|
#KDE:
|
||||||
krunner-translator
|
krunner-translator
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
home-manager
|
home-manager
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
libnotify
|
|
||||||
neofetch
|
neofetch
|
||||||
oh-my-zsh
|
oh-my-zsh
|
||||||
rsync
|
rsync
|
||||||
|
|
Loading…
Reference in a new issue