From 5e905af198917cb4620d0607f1a4b29212ea6dfe Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 26 Dec 2025 13:06:05 -0600 Subject: [PATCH] add: misc.nix --- apps/hyprland/hypr/general.nix | 1 + apps/hyprland/hypr/misc.nix | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 apps/hyprland/hypr/misc.nix diff --git a/apps/hyprland/hypr/general.nix b/apps/hyprland/hypr/general.nix index 5b2b960..beb88fa 100644 --- a/apps/hyprland/hypr/general.nix +++ b/apps/hyprland/hypr/general.nix @@ -5,5 +5,6 @@ gaps_out = 15; }; monitor = myConfig.hyprland.monitors; + }; } diff --git a/apps/hyprland/hypr/misc.nix b/apps/hyprland/hypr/misc.nix new file mode 100644 index 0000000..c94e087 --- /dev/null +++ b/apps/hyprland/hypr/misc.nix @@ -0,0 +1,3 @@ +{ + wayland.windowManager.hyprland.settings = {}; +}