Reenable global theming
This commit is contained in:
@@ -54,8 +54,8 @@
|
|||||||
|
|
||||||
# Theme Modules
|
# Theme Modules
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
./themes/targets/all-dekstop.nix
|
./themes/targets/all.nix
|
||||||
./themes/sandstone-forest
|
./themes/tokyonight
|
||||||
|
|
||||||
# Host Module
|
# Host Module
|
||||||
./hosts/Equinox
|
./hosts/Equinox
|
||||||
|
|||||||
@@ -23,12 +23,14 @@
|
|||||||
|
|
||||||
stylix.cursor = {
|
stylix.cursor = {
|
||||||
name = "Breeze";
|
name = "Breeze";
|
||||||
|
size = 24;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix.cursor = {
|
stylix.cursor = {
|
||||||
name = "Breeze";
|
name = "Breeze";
|
||||||
|
size = 24;
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user