From f2c2dd1998911be8f5f0c4fbbe29fdc0c08b8e4f Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:27:36 -0800 Subject: [PATCH] hypr conf --- users/tao/home.nix | 1 + users/tao/hyprland.nix | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 users/tao/hyprland.nix 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"; + }; +}