Skip to content

Commit

Permalink
fix: make it build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jul 28, 2024
1 parent d9a9d1c commit 921c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ in
mac-wallpaper = ./wallpapers/dhm_1610.png;
};

xdg.configFile.sketchybar.source = lib.mkIf isDarwin ./apps/sketchybar;
xdg.configFile = lib.mkIf isDarwin { sketchybar.source = ./apps/sketchybar; };

programs = {
home-manager.enable = true;
Expand Down

0 comments on commit 921c2d6

Please sign in to comment.