Flake: update catppuccin

I had to change flavour into flavor in the configs
This commit is contained in:
Toast 2024-06-06 12:16:20 +02:00
parent 5f99d8a0f4
commit 7e3da29f97
2 changed files with 5 additions and 5 deletions

View file

@ -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;