13 lines
184 B
Nix
13 lines
184 B
Nix
{
|
|
stylix.enable = true;
|
|
|
|
stylix.autoEnable = true;
|
|
|
|
home-manager.sharedModules = [
|
|
{
|
|
stylix.autoEnable = true;
|
|
stylix.targets.vscode.enable = false;
|
|
}
|
|
];
|
|
}
|