Skip to content

Commit

Permalink
Fix navi config dir path
Browse files Browse the repository at this point in the history
Navi no longer stores the config in `Libary/Application Support` on mac.

denisidoro/navi#833
  • Loading branch information
shinzui committed Dec 27, 2023
1 parent 80679ea commit a76ef1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/programs/navi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ let

yamlFormat = pkgs.formats.yaml { };

configDir = if pkgs.stdenv.isDarwin then
"Library/Application Support"
else
config.xdg.configHome;
configDir = config.xdg.configHome;

in {
meta.maintainers = [ ];
Expand Down

0 comments on commit a76ef1d

Please sign in to comment.