sync repo
This commit is contained in:
19
home-manager/packages/starship/starship.nix
Normal file
19
home-manager/packages/starship/starship.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs;[
|
||||
starship
|
||||
];
|
||||
|
||||
xdg.configFile."starship.toml".source = ./starship.toml;
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user