From 5faef18601d968a2955553b9d04e463f10c2a039 Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 23 Dec 2025 21:46:27 +0000 Subject: [PATCH] ADDED home for hyprland --- apps/hyprland/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/hyprland/home.nix 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 + ]; + }; +}