This commit is contained in:
parent
dda00ad09f
commit
e1fbff024b
2 changed files with 22 additions and 2 deletions
|
|
@ -3,10 +3,9 @@
|
|||
config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {
|
||||
# Enable Gnome
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.displayManager.ly.enable = true;
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
services.desktopManager.gnome.enable = true;
|
||||
services.displayManager.gdm.wayland = true;
|
||||
boot.plymouth.enable = false;
|
||||
|
||||
# Flatpak for ad-hoc app installs via Bazaar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue