feat: stylix?

This commit is contained in:
Kat Inskip 2025-07-26 17:06:28 -07:00
parent 2b1fd9b99e
commit d6d4d38dcc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
33 changed files with 465 additions and 629 deletions

View file

@ -17,15 +17,15 @@ in {
];
experimentalFeatures = true;
windowManagerPatch = true;
colorScheme = "CatppuccinMocha";
theme =
spicePkgs.themes.text
// {
additionalCss = ''
:root {
--font-family: 'Monaspace Krypton', monospace;
}
'';
};
#colorScheme = "CatppuccinMocha";
#theme =
# spicePkgs.themes.text
# // {
# additionalCss = ''
# :root {
# --font-family: 'Monaspace Krypton', monospace;
# }
# '';
# };
};
}