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 ]; }