Added Stylix
This commit is contained in:
12
hosts/common/optional/theming/targets/all-except-vscode.nix
Normal file
12
hosts/common/optional/theming/targets/all-except-vscode.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
stylix.enable = true;
|
||||
|
||||
stylix.autoEnable = true;
|
||||
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
stylix.autoEnable = true;
|
||||
stylix.targets.vscode.enable = false;
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user