feat(home): move home packages to programs
This commit is contained in:
parent
5a7f10659e
commit
d272bef90f
1 changed files with 6 additions and 9 deletions
|
@ -13,10 +13,8 @@
|
|||
catimg
|
||||
virt-manager
|
||||
unzip
|
||||
jq
|
||||
nil
|
||||
pavucontrol
|
||||
thunderbird
|
||||
wl-clipboard
|
||||
prismlauncher
|
||||
noto-fonts
|
||||
|
@ -30,7 +28,6 @@
|
|||
valgrind
|
||||
cloc
|
||||
nodejs_22
|
||||
texliveFull
|
||||
bash-language-server
|
||||
libnotify
|
||||
|
||||
|
@ -414,11 +411,11 @@
|
|||
};
|
||||
|
||||
programs.mpv.enable = true;
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
};
|
||||
|
||||
programs.jq.enable = true;
|
||||
programs.thunderbird.enable = true;
|
||||
programs.fastfetch.enable = true;
|
||||
programs.texlive = {
|
||||
enable = true;
|
||||
package = pkgs.texliveFull;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue