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