move user applications from modules to home-manager

This commit is contained in:
Andreas Zweili 2021-12-26 14:08:02 +01:00
parent b5ae13e5a0
commit 023cc94870
2 changed files with 13 additions and 14 deletions

View File

@ -17,7 +17,20 @@
];
home.packages = with pkgs; [
appimage-run
arc-theme
calibre
czkawka
digikam
evince
firefox
gimp
gnome.gnome-screenshot
inkscape
libreoffice-fresh
meld
remmina
shotwell
terminator
unstable.vscode
unstable.youtube-dl
];

View File

@ -80,20 +80,6 @@
pavucontrol
rofi
source-code-pro
# user packages need to move to home-manager
arc-theme
calibre
digikam
evince
firefox
gimp
gnome.gnome-screenshot
inkscape
libreoffice-fresh
meld
remmina
shotwell
terminator
];
}