⏲️ (home) update default.nix files + packages.nix
This commit is contained in:
parent
ccdcb7d0bf
commit
e53f333f4b
|
@ -10,6 +10,7 @@
|
|||
./gtk
|
||||
./mpv
|
||||
./shell
|
||||
./thunderbird
|
||||
./vscode
|
||||
./wayland
|
||||
./xdg
|
||||
|
|
|
@ -17,14 +17,12 @@
|
|||
distrobox # docker utils
|
||||
docker-compose # docker compose
|
||||
duf # replacement for df
|
||||
feh # image viewer
|
||||
gnome.nautilus # file explorer
|
||||
gnome.seahorse # key manager
|
||||
grim # screenshot utils
|
||||
jaq # (fast) json utils
|
||||
jmtpfs # for Android MTP
|
||||
keepassxc # password manager
|
||||
micro # text editor
|
||||
mpv # video viewer
|
||||
nil # nix language server
|
||||
obsidian # second brain journalling
|
||||
pamixer # volume mixer cli
|
||||
|
@ -35,8 +33,6 @@
|
|||
slurp # region selector
|
||||
socat # socket cat
|
||||
sysz # better systemctl
|
||||
thunderbird # mail client
|
||||
tmux # terminal multiplexer
|
||||
wl-clipboard # clipboard utils
|
||||
xdg-utils
|
||||
];
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
./direnv.nix
|
||||
./exa.nix
|
||||
./git.nix
|
||||
./zsh.nix
|
||||
./micro.nix
|
||||
# ./ssh.nix
|
||||
./tmux.nix
|
||||
./fish.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue