diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-26 01:58:12 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-26 01:58:12 -0400 |
| commit | 973c01a912930ee43e110b490a1f0d41efc2bc57 (patch) | |
| tree | e8e7f7dd91cf7a9cf717a244a5280882337fe353 | |
| parent | mpd and rmpc (diff) | |
| download | nixos-973c01a912930ee43e110b490a1f0d41efc2bc57.tar.gz nixos-973c01a912930ee43e110b490a1f0d41efc2bc57.tar.bz2 nixos-973c01a912930ee43e110b490a1f0d41efc2bc57.zip | |
move sxhkd to proper structure
| -rw-r--r-- | dotfiles/sxhkd/sxhkdrc (renamed from dotfiles/sxhkdrc) | 0 | ||||
| -rw-r--r-- | hjem.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/sxhkdrc b/dotfiles/sxhkd/sxhkdrc index 0cfee62..0cfee62 100644 --- a/dotfiles/sxhkdrc +++ b/dotfiles/sxhkd/sxhkdrc @@ -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; |
