again
Some checks failed
Test Flake / test_flake (push) Failing after 31s
Test Flake / dry_build (push) Failing after 42s
Update Flake / update_flake (push) Successful in 17s

This commit is contained in:
2026-02-02 15:54:20 -07:00
parent 8e37af5efa
commit 5a1570ebc6

View File

@@ -10,6 +10,7 @@
gnumake gnumake
neofetch neofetch
oh-my-zsh oh-my-zsh
home-manager
]; ];
}; };
xdg.configFile."starship.toml".source = ../../packages/starship/starship.toml; xdg.configFile."starship.toml".source = ../../packages/starship/starship.toml;
@@ -26,6 +27,10 @@
userName = "autumn"; userName = "autumn";
}; };
imports = [
../../packages/zellij/zellij.nix
];
programs.zsh = { programs.zsh = {
enable = true; enable = true;
antidote = { antidote = {