changes
This commit is contained in:
8
modules/starship/default.nix
Normal file
8
modules/starship/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs,...}:
|
||||
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user