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
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -25,11 +25,11 @@
|
|||
},
|
||||
"catppuccin": {
|
||||
"locked": {
|
||||
"lastModified": 1714607657,
|
||||
"narHash": "sha256-AnmN+JOzrpHv7Uw7JSPJ9JEjuqF7gjhx29UuuldNpas=",
|
||||
"lastModified": 1717565621,
|
||||
"narHash": "sha256-uU6GeSbzopVcPga+Fy5n3tKfzUhuw4FVMv7h61/13XY=",
|
||||
"owner": "catppuccin",
|
||||
"repo": "nix",
|
||||
"rev": "b0dc7f3181063daa6532dc5f757ded1a605dfbd5",
|
||||
"rev": "0cdfa29b902976fc2941468d326325d24e148437",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -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