From 882063c6c65507f21bf9816ac3f94e0315e4d423 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 17:38:24 -0600 Subject: [PATCH] ADDED home walker --- apps/walker/home.nix | 5 +++++ modules/home/hyprland.nix | 1 + modules/system/hyprland.nix | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 apps/walker/home.nix diff --git a/apps/walker/home.nix b/apps/walker/home.nix new file mode 100644 index 0000000..a9edf48 --- /dev/null +++ b/apps/walker/home.nix @@ -0,0 +1,5 @@ +{ + services.walker = { + enable = true; + }; +} diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 4da0421..a8104cf 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -1,5 +1,6 @@ { imports = [ ../../apps/hyprland/home.nix + ../../apps/walker/home.nix ]; } diff --git a/modules/system/hyprland.nix b/modules/system/hyprland.nix index 437a2cd..2a59ce4 100644 --- a/modules/system/hyprland.nix +++ b/modules/system/hyprland.nix @@ -1,6 +1,5 @@ { imports = [ ../../apps/hyprland/default.nix - ../../apps/walker/default.nix ]; }