summaryrefslogtreecommitdiff
path: root/common/home/hyprland
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 08:52:39 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 08:52:39 +0200
commit914af98449e074bf44ee8e310679ea44d1ca8f4b (patch)
treefe47511d24f0fe93b063edbd7c11d65ed478a7ac /common/home/hyprland
parente49a1a704d7e82bb2a19376a87d624490ee72c17 (diff)
update inputs
Diffstat (limited to 'common/home/hyprland')
-rw-r--r--common/home/hyprland/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix
index d92c27b..0cef02b 100644
--- a/common/home/hyprland/default.nix
+++ b/common/home/hyprland/default.nix
@@ -1,6 +1,9 @@
{
enable = true;
- systemd.variables = [ "--all" ];
+ systemd = {
+ enable = true;
+ variables = [ "--all" ];
+ };
xwayland.enable = true;
settings = {
"$mod" = "SUPER";