From f113b5d9b8a03cfc37e8e92eabbaec545188f6d0 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 26 Dec 2025 13:05:57 -0600 Subject: [PATCH] replace: fsel -> walker --- modules/home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 497958f..9173046 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -1,8 +1,8 @@ { imports = [ ../../apps/hyprland/home.nix - # ../../apps/walker/home.nix - ../../apps/fsel/home.nix + ../../apps/walker/home.nix + # ../../apps/fsel/home.nix ../../apps/hyprpaper/home.nix ]; }