idk
This commit is contained in:
parent
d1d3299883
commit
a40239264c
1 changed files with 12 additions and 4 deletions
|
|
@ -23,9 +23,17 @@
|
||||||
(libs.root "/overlays/nixpkgs.nix")
|
(libs.root "/overlays/nixpkgs.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
catppuccin.forgejo = {
|
catppuccin = {
|
||||||
enable = "true";
|
enable = true;
|
||||||
|
|
||||||
|
gtk.enable = false;
|
||||||
|
kvantum.enable = false;
|
||||||
|
cursors.enable = false;
|
||||||
|
|
||||||
|
forgejo = {
|
||||||
|
enable = true;
|
||||||
accent = "lavender";
|
accent = "lavender";
|
||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue