nix/home/hosts/vm-generic/default.nix
2026-03-11 13:24:26 -04:00

11 lines
107 B
Nix

{
config,
pkgs,
...
}:
{
colors = {
scheme = "catppuccin-mocha";
accent = "base0B";
};
}