treewide: remove redundant home-manager modules
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -7,4 +8,23 @@
|
||||
./firefox.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# ardour
|
||||
# audacity
|
||||
# blender
|
||||
# gimp
|
||||
# handbrake
|
||||
# hunspell
|
||||
# hunspellDicts.en-gb-large
|
||||
# hunspellDicts.en-us-large
|
||||
# inkscape
|
||||
# krita
|
||||
# libreoffice
|
||||
# mkvtoolnix
|
||||
# obs-studio
|
||||
qbittorrent
|
||||
# slack
|
||||
# zoom-us
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user