test
This commit is contained in:
parent
9d7dd35402
commit
4d8e8e54ae
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
# https://nixos.wiki/wiki/GNOME
|
||||
# Remove unwanted packages
|
||||
environment.gnome.excludePackages = (with pkgs.unstable-pkgs; [
|
||||
environment.gnome.excludePackages = (with pkgs.unstable; [
|
||||
gnome.cheese
|
||||
gnome.gnome-music
|
||||
gnome.epiphany
|
||||
|
@ -31,7 +31,7 @@
|
|||
gnome.simple-scan
|
||||
]);
|
||||
|
||||
environment.systemPackages = with pkgs.unstable-pkgs; [
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
# Gnome Extensions
|
||||
gnomeExtensions.tiling-assistant
|
||||
gnomeExtensions.dash-to-dock
|
||||
|
|
Loading…
Reference in a new issue