mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
8 lines
147 B
Nix
8 lines
147 B
Nix
{inputs, ...}: {
|
|
imports = [inputs.catppuccin.nixosModules.catppuccin];
|
|
|
|
config.catppuccin = {
|
|
enable = true;
|
|
flavor = "mocha";
|
|
};
|
|
}
|