summaryrefslogtreecommitdiffstats
path: root/hjem.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-26 01:58:12 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-26 01:58:12 -0400
commit973c01a912930ee43e110b490a1f0d41efc2bc57 (patch)
treee8e7f7dd91cf7a9cf717a244a5280882337fe353 /hjem.nix
parentmpd and rmpc (diff)
downloadnixos-973c01a912930ee43e110b490a1f0d41efc2bc57.tar.gz
nixos-973c01a912930ee43e110b490a1f0d41efc2bc57.tar.bz2
nixos-973c01a912930ee43e110b490a1f0d41efc2bc57.zip
move sxhkd to proper structure
Diffstat (limited to 'hjem.nix')
-rw-r--r--hjem.nix2
1 files changed, 1 insertions, 1 deletions
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;