chore: cleanup all files

This commit is contained in:
DashieTM 2025-05-11 13:57:38 +02:00
parent f4e47cbf97
commit 9cc9955425
43 changed files with 2893 additions and 2834 deletions

View file

@ -1,4 +1,5 @@
{
mkDashDefault,
lib,
config,
options,
@ -88,11 +89,11 @@
(lib.optionalAttrs (options ? stylix) {
stylix = {
enable = true;
image = ../../base/black.jpg;
polarity = "dark";
image = mkDashDefault ../../base/black.jpg;
polarity = mkDashDefault "dark";
targets = {
nixvim.enable = false;
fish.enable = false;
nixvim.enable = mkDashDefault false;
fish.enable = mkDashDefault false;
};
fonts = config.mods.stylix.fonts;
cursor = config.mods.stylix.cursor;