Skip to content

Commit

Permalink
Try mutter, but not needed for wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 7, 2024
1 parent 68f2f41 commit 3a6886e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/nixos/desktop/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@

config = lib.mkIf config.gnome.enable {
services = {
xserver.desktopManager.gnome.enable = true;
xserver.desktopManager.gnome = {
enable = true;
extraGSettingsOverridePackages = with pkgs; [
# gnome.mutter
];
};
gnome.gnome-keyring.enable = true;
};

Expand Down

0 comments on commit 3a6886e

Please sign in to comment.