From c9d7932bda9271ccb12fcb1b323a0d0fb5344e51 Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 23 Dec 2025 21:42:07 +0000 Subject: [PATCH] added binds and general nix --- apps/hyprland/hypr/binds.nix | 6 ++++++ apps/hyprland/hypr/general.nix | 0 2 files changed, 6 insertions(+) create mode 100644 apps/hyprland/hypr/binds.nix create mode 100644 apps/hyprland/hypr/general.nix diff --git a/apps/hyprland/hypr/binds.nix b/apps/hyprland/hypr/binds.nix new file mode 100644 index 0000000..0d3a606 --- /dev/null +++ b/apps/hyprland/hypr/binds.nix @@ -0,0 +1,6 @@ +{ + bindd = [ + "SUPER, Return, Open Terminal, exec, ghostty" + "SUPER, Q, Kill active, killactive" + ]; +} diff --git a/apps/hyprland/hypr/general.nix b/apps/hyprland/hypr/general.nix new file mode 100644 index 0000000..e69de29