catppuccin: (WIP) init theming
This commit is contained in:
parent
275d77ab13
commit
d44632e1f5
4 changed files with 84 additions and 0 deletions
19
services/catppuccin.nix
Normal file
19
services/catppuccin.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
catppuccin,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
imports = [
|
||||
catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
}
|
||||
// mkIf (elem "catppuccin" config.machine.services) {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue