Common: set catppuccin flavour
This commit is contained in:
parent
57372c8d28
commit
317aa3800a
1 changed files with 4 additions and 1 deletions
|
|
@ -90,12 +90,15 @@
|
|||
)
|
||||
];
|
||||
|
||||
catppuccin.flavour = "mocha";
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = "hm-backup";
|
||||
useGlobalPkgs = true;
|
||||
verbose = true;
|
||||
users.toast = {...}: {
|
||||
sharedModules = [flakeSelf.inputs.catppuccin.homeManagerModules.catppuccin];
|
||||
users.toast = {osConfig, ...}: {
|
||||
catppuccin.flavour = osConfig.catppuccin.flavour;
|
||||
home.stateVersion = "23.11";
|
||||
xdg = {
|
||||
userDirs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue