All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m0s
14 lines
171 B
Nix
14 lines
171 B
Nix
{ ... }:
|
|
{
|
|
catppuccin = {
|
|
enable = true;
|
|
flavor = "mocha";
|
|
|
|
dunst.enable = true;
|
|
dunst.flavor="frappe";
|
|
|
|
kvantum.apply = true;
|
|
rofi.enable = false;
|
|
};
|
|
}
|