Flake: update catppuccin
I had to change flavour into flavor in the configs
This commit is contained in:
parent
5f99d8a0f4
commit
7e3da29f97
2 changed files with 5 additions and 5 deletions
|
|
@ -95,7 +95,7 @@
|
|||
)
|
||||
];
|
||||
|
||||
catppuccin.flavour = "mocha";
|
||||
catppuccin.flavor = "mocha";
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = "hm-backup";
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
verbose = true;
|
||||
sharedModules = [flakeSelf.inputs.catppuccin.homeManagerModules.catppuccin];
|
||||
users.toast = {osConfig, ...}: {
|
||||
catppuccin.flavour = osConfig.catppuccin.flavour;
|
||||
catppuccin.flavor = osConfig.catppuccin.flavor;
|
||||
home.stateVersion = "24.05";
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue