From: Skullheadx Date: Sun, 26 Apr 2026 05:58:12 +0000 (-0400) Subject: move sxhkd to proper structure X-Git-Url: http://git.skullheadx.com/projects/suckless.html?a=commitdiff_plain;h=973c01a912930ee43e110b490a1f0d41efc2bc57;p=nixos.git move sxhkd to proper structure --- diff --git a/dotfiles/sxhkdrc b/dotfiles/sxhkd/sxhkdrc similarity index 100% rename from dotfiles/sxhkdrc rename to dotfiles/sxhkd/sxhkdrc diff --git a/hjem.nix b/hjem.nix index 13c118b..746114e 100644 --- a/hjem.nix +++ b/hjem.nix @@ -19,7 +19,7 @@ files = { ".config/sxhkd/sxhkdrc".text = builtins.readFile ( - pkgs.replaceVars ./dotfiles/sxhkdrc { + pkgs.replaceVars ./dotfiles/sxhkd/sxhkdrc { dmenu = pkgs.dmenu; st = pkgs.st; librewolf = pkgs.librewolf;