]> Skullheadx's Git Forge - nixos.git/commitdiff
move sxhkd to proper structure
authorSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 05:58:12 +0000 (01:58 -0400)
committerSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 05:58:12 +0000 (01:58 -0400)
dotfiles/sxhkd/sxhkdrc [moved from dotfiles/sxhkdrc with 100% similarity]
hjem.nix

similarity index 100%
rename from dotfiles/sxhkdrc
rename to dotfiles/sxhkd/sxhkdrc
index 13c118b568214f4170a4b25615d14e1647a9e387..746114e273250089d9da8dab0dd552415b94afd2 100644 (file)
--- 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;