summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-06-02 15:12:39 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-06-02 15:19:16 -0600
commitc0161445b6a14255cf75f09e17ba28f49ed5f5b1 (patch)
treed715c3fbb81dcd6deba67bc117fac7ce34dcbebe /modules/nixos/hyprland.nix
parentdaf4ef6df4c3663acc5a3b9472692582c529a6d6 (diff)
changes for nixos 24.05
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix16
1 files changed, 8 insertions, 8 deletions
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 = {