Created an all - desktop stylix theme
This commit is contained in:
16
themes/targets/all-dekstop.nix
Normal file
16
themes/targets/all-dekstop.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
stylix.autoEnable = true;
|
||||
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
stylix.autoEnable = true;
|
||||
stylix.targets.kde.enable = false;
|
||||
stylix.targets.gnome.enable = false;
|
||||
stylix.targets.gtk.enable = false;
|
||||
stylix.targets.xfce.enable = false;
|
||||
stylix.targets.hyprland.enable = false;
|
||||
stylix.targets.i3.enable = false;
|
||||
stylix.targets.bspwm.enable = false;
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user