wip: modularizing?

This commit is contained in:
2025-10-30 17:34:55 -04:00
parent a73194fed9
commit 8fd3ca8c9a
6 changed files with 89 additions and 62 deletions

View File

@@ -3,8 +3,6 @@
...
}: {
home.packages = with pkgs; [
yazi # terminal file manager
# archives
zip
xz
@@ -12,39 +10,22 @@
p7zip
# utils
yazi
tmux
bottom
ripgrep
jq
yq-go
fzf
fh
aria2
yt-dlp
obsidian
vscode
weechat
gnupg
inetutils
# misc
cowsay
file
which
tree
gnutar
gnupg
zoxide
babelfish
# language-specific package managers
nodejs
cargo
python3
# nix specific stuff
nixd
deadnix
alejandra
statix
];
}

View File

@@ -0,0 +1,19 @@
{
pkgs,
...
}: {
home.packages = with pkgs; [
fh
obsidian
vscode
yt-dlp
weechat
nodejs
cargo
python3
nixd
deadnix
alejandra
statix
];
}