Hopefully fix starship issue

This commit is contained in:
Nathan McCarty 2022-05-16 22:06:59 -04:00
parent 001fc55083
commit bacfa8dc29
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,11 @@
# 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;

View File

@ -89,6 +89,9 @@
users.nathan = import ./home-manager/common.nix;
};
}
({ pkgs, config, unstable, ... }: {
home-manager.users.nathan.programs.starship.package = unstable.starship;
})
./home.nix
];
desktopModules = baseHomeModules ++ coreModules ++ [

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, pkgs, ... }:
{
## Shell