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