This commit is contained in:
ediblerope 2026-05-14 14:46:31 +01:00
parent dda00ad09f
commit e1fbff024b
2 changed files with 22 additions and 2 deletions

View file

@ -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