From c0161445b6a14255cf75f09e17ba28f49ed5f5b1 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 2 Jun 2024 15:12:39 -0600 Subject: changes for nixos 24.05 --- modules/nixos/hyprland.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index de630f2..793ce4c 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -8,6 +8,14 @@ services = { gvfs.enable = true; # Mount, trash, and other fucntionalities tumbler.enable = true; # thumbnail support for images + displayManager = { + defaultSession = "hyprland"; + # lightdm.enable = false; + # gdm = { + # enable = true; + # wayland = true; + # }; + }; xserver = { enable = true; @@ -15,14 +23,6 @@ xterm.enable = false; }; - displayManager = { - defaultSession = "hyprland"; - lightdm.enable = false; - # gdm = { - # enable = true; - # wayland = true; - # }; - }; }; }; nix.settings = { -- cgit v1.2.3