From 7fe00a1375843798e66fcce0cf7be2f24ff75ded Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 17:36:41 -0600 Subject: [PATCH] ADDED walker --- apps/walker/default.nix | 2 ++ modules/system/hyprland.nix | 1 + 2 files changed, 3 insertions(+) create mode 100644 apps/walker/default.nix diff --git a/apps/walker/default.nix b/apps/walker/default.nix new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/apps/walker/default.nix @@ -0,0 +1,2 @@ +{ +} diff --git a/modules/system/hyprland.nix b/modules/system/hyprland.nix index 2a59ce4..437a2cd 100644 --- a/modules/system/hyprland.nix +++ b/modules/system/hyprland.nix @@ -1,5 +1,6 @@ { imports = [ ../../apps/hyprland/default.nix + ../../apps/walker/default.nix ]; }