removed starship
This commit is contained in:
parent
35289d7a97
commit
12cbfd1f98
10 changed files with 915 additions and 50 deletions
|
|
@ -1,10 +0,0 @@
|
|||
{ pkgs, config, lib, ...}:
|
||||
{
|
||||
options.speccon18.hm.starship.enable = lib.mkEnableOption "enables specs custom starship config";
|
||||
config = lib.mkIf config.speccon18.hm.starship.enable {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue