diff options
author | sils <sils@sils.li> | 2023-08-11 17:37:42 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-08-11 17:37:42 +0200 |
commit | 7a05499eabcc03b0a689a0453234653f8f171ef0 (patch) | |
tree | cbb897be76f2e2d2f09b3ac2ea4fff0834eddc47 /sys/desktop/hyprland/default.nix | |
parent | Feat(sys): Switch completely to hyprland (diff) | |
download | nix-config-7a05499eabcc03b0a689a0453234653f8f171ef0.tar.gz nix-config-7a05499eabcc03b0a689a0453234653f8f171ef0.zip |
Feat(sys/desktop/hyprland): Use gdm for now
Diffstat (limited to 'sys/desktop/hyprland/default.nix')
-rw-r--r-- | sys/desktop/hyprland/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix index f7c3ab1..75e5c41 100644 --- a/sys/desktop/hyprland/default.nix +++ b/sys/desktop/hyprland/default.nix @@ -1,4 +1,10 @@ {...}: { + services.xserver = { + enable = true; + displayManager.gdm = { + enable = true; + }; + }; programs.hyprland = { enable = true; xwayland.enable = true; |