Just use stable starship on droid

This commit is contained in:
Nathan McCarty 2022-05-16 22:13:44 -04:00
parent bacfa8dc29
commit 722914058b
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 6 deletions

View File

@ -11,11 +11,6 @@
# Get home-manager up and running
home-manager.config = ./home-manager/common.nix;
home-manager.sharedModules = [
({ unstable, ... }: {
programs.starship.package = unstable.starship;
})
];
# Have to put packages here, as it does not have environment.systemPackages
environment.packages = with pkgs;
@ -34,7 +29,7 @@
hunspell
hunspellDicts.en-us
# Rust rewrites of common shell utilities
unstable.starship
starship
exa
bat
fd