disable wayland, fix aurora

This commit is contained in:
Julian Sutter 2023-01-23 15:46:55 -08:00
parent 5153dc64f6
commit d712383356
3 changed files with 8 additions and 4 deletions

6
flake.lock generated
View file

@ -8,11 +8,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1674250603,
"narHash": "sha256-SBolFspxBHpW3hCCDNAFXUiO2mucmkVmf17UmSIK3Cs=",
"lastModified": 1674511629,
"narHash": "sha256-e2sc2Pv6z3aLuqXrunGvoKAfOABbWV31txgboIro+GE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "275ab728912006eecb549338a50f24f294a7cfb7",
"rev": "12d43fd40a7658976c18eaa05bba62b6045e5b3e",
"type": "github"
},
"original": {

View file

@ -21,7 +21,10 @@
};
aurora = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./configuration.nix ];
modules = [ ./systems/common.nix
./systems/aurora.nix
./user-jsutter.nix
];
};
};
};

View file

@ -82,6 +82,7 @@
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
services.displayManager.gdm.wayland = false;
# Configure keymap in X11
services.xserver = {