init starship on launch
This commit is contained in:
parent
ba768687ae
commit
fc257cfb03
9 changed files with 22 additions and 31 deletions
|
@ -10,7 +10,7 @@ with lib.wyrdgard; let
|
|||
cfg = config.wyrdgard.apps._1password;
|
||||
in {
|
||||
options.wyrdgard.apps._1password = with types; {
|
||||
enable = mkBoolOpt false "Enable 1Password";
|
||||
enable = mkBoolOpt true "Enable 1Password";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
@ -26,8 +26,6 @@ in {
|
|||
relativenumber = true;
|
||||
shiftwidth = 2;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue