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