move apps around

This commit is contained in:
Mohamed Chrayed 2024-09-04 16:15:43 +02:00
parent 64fb384976
commit 4e48b413f4
3 changed files with 6 additions and 5 deletions

View File

@ -6,6 +6,5 @@
pciutils pciutils
aha aha
vesktop vesktop
google-chrome
]); ]);
} }

View File

@ -1,7 +1,7 @@
{ ... }: { ... }:
{ {
programs.firefox = { environment.systemPackages =
enable = true; (with pkgs; [
languagePacks = ["de"]; google-chrome
}; ]);
} }

View File

@ -14,6 +14,8 @@
]; ];
# Don't install unneeded applications # Don't install unneeded applications
environment.gnome.excludePackages = (with pkgs; [ environment.gnome.excludePackages = (with pkgs; [
xterm
gnome-software
gnome-photos gnome-photos
gnome-tour gnome-tour
gedit gedit