diff --git a/users/tao/home.nix b/users/tao/home.nix index 60c1059..6612a2f 100644 --- a/users/tao/home.nix +++ b/users/tao/home.nix @@ -4,6 +4,7 @@ in { imports = [ ./helix.nix + ./hyprland.nix ]; # programs = enablePrograms { diff --git a/users/tao/hyprland.nix b/users/tao/hyprland.nix new file mode 100644 index 0000000..a6188e7 --- /dev/null +++ b/users/tao/hyprland.nix @@ -0,0 +1,6 @@ +{ + wayland.windowManager.hyprland.enable = true; + wayland.windowManager.hyprland.settings = { + "$mod" = "SUPER"; + }; +}