Added Stylix

This commit is contained in:
2025-06-04 14:29:14 -03:00
parent 01c02381ce
commit cdd29be844
6 changed files with 469 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
{
stylix.enable = true;
stylix.autoEnable = true;
home-manager.sharedModules = [
{
stylix.autoEnable = true;
stylix.targets.vscode.enable = false;
}
];
}