Skip to content

Commit a1ea1be

Browse files
committed
refactor
1 parent b87feb2 commit a1ea1be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

zsh/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@
8888

8989
programs.starship = {
9090
enable = true;
91-
settings = lib.trivial.importTOML ./starship.toml;
9291
# enableZshIntegration = true;
92+
# settings = lib.trivial.importTOML ./starship.toml;
93+
};
94+
xdg.configFile."starship.toml" = {
95+
source = ./starship.toml;
9396
};
94-
# xdg.configFile."starship.toml" = { source = ./starship.toml; };
9597
}

0 commit comments

Comments
 (0)