diff --git a/apps/hyprland/home.nix b/apps/hyprland/home.nix new file mode 100644 index 0000000..4561767 --- /dev/null +++ b/apps/hyprland/home.nix @@ -0,0 +1,7 @@ +{ + wayland.windowManager.hyprland.settings = { + imports = [ + ./hypr/binds.nix + ]; + }; +}