From 2bf20fa03f4a18e34f763fe479b20115248430cb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 30 Sep 2025 16:59:30 +0200 Subject: [PATCH] [wano] fix: Fix eval warning for renamed service Signed-off-by: SindreKjelsrud --- hosts/wano/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wano/configuration.nix b/hosts/wano/configuration.nix index fd607de..ea1b22e 100644 --- a/hosts/wano/configuration.nix +++ b/hosts/wano/configuration.nix @@ -40,7 +40,7 @@ #services.xserver.desktopManager.gnome.enable = true; # Enable the Hyprland Desktop Environment - services.xserver.displayManager.gdm.wayland = true; + services.displayManager.gdm.wayland = true; programs.hyprland = { enable = true;