Skip to content

Commit

Permalink
fix: correct xdg config property
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Dec 19, 2024
1 parent 83cc87a commit ac27e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/sierpe.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
xdg.configFile."borders/bordersrc" = {
source = ./darwin/bordersrc;
executable = true;
onChange = "/bin/bash ${config.configFile."borders/bordersrc".target}";
onChange = "/bin/bash ${config.xdg.configFile."borders/bordersrc".target}";
};
xdg.configFile."sketchybar" = {
source = ./darwin/sketchybar;
Expand Down

0 comments on commit ac27e7a

Please sign in to comment.