diff --git a/desktops/gnome.nix b/desktops/gnome.nix index 9871ba77..3ad1654a 100644 --- a/desktops/gnome.nix +++ b/desktops/gnome.nix @@ -10,7 +10,7 @@ games.enable = false; core-utilities.enable = true; }; - +/* # https://nixos.wiki/wiki/GNOME environment.gnome.excludePackages = (with pkgs; [ gnome.cheese @@ -28,7 +28,7 @@ gnome.gnome-logs gnome.gnome-maps gnome.simple-scan - ]); + ]); */ # Gnome extensions environment.systemPackages = with pkgs; [ @@ -46,7 +46,7 @@ imports = [ ./gnome/gruvbox-theme.nix - ./gnome/nordic-theme.nix + # ./gnome/nordic-theme.nix ]; # Idea... Move these to a separate file and tie it into dconf sections that load the theme automatically when I want it. } \ No newline at end of file