treewide: remove redundant home-manager modules

This commit is contained in:
2025-03-16 14:53:30 +00:00
parent 4ef00d2af9
commit eb1f5a0a43
23 changed files with 21 additions and 650 deletions

View File

@ -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
];
}