Just use stable starship on droid
This commit is contained in:
parent
bacfa8dc29
commit
722914058b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue