summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-11 17:37:42 +0200
committersils <sils@sils.li>2023-08-11 17:37:42 +0200
commit7a05499eabcc03b0a689a0453234653f8f171ef0 (patch)
treecbb897be76f2e2d2f09b3ac2ea4fff0834eddc47
parentFeat(sys): Switch completely to hyprland (diff)
downloadnix-config-7a05499eabcc03b0a689a0453234653f8f171ef0.zip
Feat(sys/desktop/hyprland): Use gdm for now
-rw-r--r--sys/desktop/hyprland/default.nix6
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;