diff --git a/nixos/common/desktops/gnome/default.nix b/nixos/common/desktops/gnome/default.nix index 2682a28a..ff324c8e 100644 --- a/nixos/common/desktops/gnome/default.nix +++ b/nixos/common/desktops/gnome/default.nix @@ -16,9 +16,6 @@ autorun = true; }; - ##### disable nvidia, very nice battery life. - # hardware.nvidiaOptimus.disable = lib.mkDefault true; - services.xserver = { displayManager = { gdm = { @@ -58,7 +55,6 @@ totem gnome-characters gnome-tour - gnome-photos yelp gnome-font-viewer gnome-connections @@ -85,11 +81,14 @@ # General apps newsflash - + gnome-photos + # Gnome relevant packages gnome-tweaks papirus-icon-theme - dconf2nix # https://github.com/gvolpe/dconf2nix - This version is out of date. it's better to grab the github master branch and build + # NOTE: This version is out of date. it's better to grab the github master branch and build + # https://github.com/gvolpe/dconf2nix - + dconf2nix ghostty # Terminal Emulator gnome-session ];