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
|
catimg
|
||||||
virt-manager
|
virt-manager
|
||||||
unzip
|
unzip
|
||||||
jq
|
|
||||||
nil
|
nil
|
||||||
pavucontrol
|
pavucontrol
|
||||||
thunderbird
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
prismlauncher
|
prismlauncher
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
@ -30,7 +28,6 @@
|
||||||
valgrind
|
valgrind
|
||||||
cloc
|
cloc
|
||||||
nodejs_22
|
nodejs_22
|
||||||
texliveFull
|
|
||||||
bash-language-server
|
bash-language-server
|
||||||
libnotify
|
libnotify
|
||||||
|
|
||||||
|
@ -414,11 +411,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mpv.enable = true;
|
programs.mpv.enable = true;
|
||||||
|
programs.jq.enable = true;
|
||||||
programs.chromium = {
|
programs.thunderbird.enable = true;
|
||||||
enable = true;
|
|
||||||
package = pkgs.ungoogled-chromium;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.fastfetch.enable = true;
|
programs.fastfetch.enable = true;
|
||||||
|
programs.texlive = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.texliveFull;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue