move a few desktop applications back to modules

they should be global packagkes
This commit is contained in:
Andreas Zweili 2021-12-26 14:12:17 +01:00
parent 751dacccba
commit 52570b787a
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,6 @@
./software/vim
];
home.packages = with pkgs; [
appimage-run
arc-theme
calibre
czkawka
@ -24,13 +23,11 @@
evince
firefox
gimp
gnome.gnome-screenshot
inkscape
libreoffice-fresh
meld
remmina
shotwell
terminator
unstable.vscode
unstable.youtube-dl
];

View File

@ -69,17 +69,20 @@
environment.systemPackages = with pkgs; [
# what I consider to be system packages
appimage-run
brightnessctl
i3lock
lm_sensors
lxappearance
gnome.eog
gnome.nautilus
gnome.gnome-screenshot
networkmanager-openvpn
nitrogen
pavucontrol
rofi
source-code-pro
terminator
];
}