what
Some checks failed
Test Flake / test_flake (push) Failing after 23s
Test Flake / dry_build (push) Failing after 26s

This commit is contained in:
2025-12-19 08:40:24 -07:00
parent 7318c0e094
commit 2a85ad21cb
3 changed files with 56 additions and 55 deletions

View File

@@ -12,8 +12,8 @@
oh-my-zsh
];
};
imports = [../../packages/rust-motd/rust-motd.kdl];
xdg.configFile."starship.toml".source = ./packages/starship/starship.toml;
xdg.configFile."starship.toml".source = ../../packages/starship/starship.toml;
xdg.configFile."rust-motd/rust-motd.kdl".source = ../../packages/rust-motd/rust-motd.kdl;
# programs.bash.initExtra = [
# "zsh"
# "starship init zsh"