feat(shell): add enable option
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
{
|
||||
programs.starship.enable = true;
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config = lib.mkIf config.shell.enable {
|
||||
programs.starship.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user