From b31e1ddc43ed9bb6b9efa9f4e2f51174ab664bfe Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 4 Jun 2024 13:25:46 +0200 Subject: [PATCH] [hyprland] style: alligned booleans --- nix/systems/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/systems/desktop.nix b/nix/systems/desktop.nix index 4084160..39fa9d5 100644 --- a/nix/systems/desktop.nix +++ b/nix/systems/desktop.nix @@ -20,7 +20,7 @@ # hyprland programs.hyprland = { - enable = true; + enable = true; xwayland.enable = true; };