From d90f886980f7649ace629e838e1984f6ba8e4f6c Mon Sep 17 00:00:00 2001 From: fsc0131y Date: Wed, 24 Apr 2024 14:13:48 +0200 Subject: [PATCH] feat: Disable hyprland on servers --- linux/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/hyprland.nix b/linux/hyprland.nix index 74404cf1..e2d00054 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -19,10 +19,10 @@ }; }; programs.hyprlock = { - enable = true; + enable = device.hasGui; }; wayland.windowManager.hyprland = { - enable = true; + enable = device.hasGui; settings = { source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";