added starship

This commit is contained in:
steven carpenter 2026-03-15 21:18:54 -04:00
parent 12cbfd1f98
commit 66230f34c4
4 changed files with 21 additions and 21 deletions

View file

@ -6,7 +6,6 @@
./direnv.nix
./git.nix
./ncspot.nix
./starship.nix
./syncthing.nix
./waybar.nix
./zellij.nix
@ -14,12 +13,13 @@
./zsh.nix
./ssh.nix
./superfile.nix
./starship.nix
];
speccon18.hm.alacritty.enable = true;
speccon18.hm.direnv.enable = true;
speccon18.hm.git.enable = true;
speccon18.hm.ncspot.enable = true;
speccon18.hm.starship.enable = true;
speccon18.hm.syncthing.enable = false;
speccon18.hm.waybar.enable = false;
speccon18.hm.zellij.enable = true;
@ -27,6 +27,7 @@
speccon18.hm.zsh.enable = true;
speccon18.hm.rio.enable = false;
speccon18.hm.ssh.enable = true;
speccon18.hm.starship.enable = true;
speccon18.hm.superfile.enable = false;
# Home Manager needs a bit of information about you and the paths it should
# manage.