init starship on launch
This commit is contained in:
parent
ba768687ae
commit
fc257cfb03
9 changed files with 22 additions and 31 deletions
|
@ -14,11 +14,17 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
wyrdgard.submodules = {
|
||||
basics = enabled;
|
||||
graphical-interface = enabled;
|
||||
games = enabled;
|
||||
socials = enabled;
|
||||
wyrdgard = {
|
||||
submodules = {
|
||||
basics = enabled;
|
||||
graphical-interface = enabled;
|
||||
games = enabled;
|
||||
socials = enabled;
|
||||
};
|
||||
|
||||
apps = {
|
||||
vivaldi = enabled;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue