Created an all - desktop stylix theme
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
inputs.kde2nix.nixosModules.default
|
||||
|
||||
# Theme Modules
|
||||
#stylix.nixosModules.stylix
|
||||
#./themes/targets/all.nix
|
||||
#./themes/sandstone-forest
|
||||
stylix.nixosModules.stylix
|
||||
./themes/targets/all-dekstop.nix
|
||||
./themes/sandstone-forest
|
||||
|
||||
# Host Module
|
||||
./hosts/Equinox
|
||||
|
||||
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