initial commit
This commit is contained in:
9
home/starship.nix
Normal file
9
home/starship.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = { };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user