Common/starship: setup using home manager and use catppuccin modue
This commit is contained in:
parent
3ecc3456ec
commit
16d47d5214
1 changed files with 9 additions and 0 deletions
|
|
@ -49,4 +49,13 @@ in {
|
|||
}
|
||||
];
|
||||
};
|
||||
# The catppuccin module only works for home-manager, so this
|
||||
# sets up starship with home-manager using the system config
|
||||
home-manager.users.toast = {osConfig, ...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
settings = osConfig.programs.starship.settings;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue