Add settings for customizing windows

This commit is contained in:
Manuel Thalmann 2024-08-05 19:12:59 +02:00
parent 39803bbbba
commit 00ee61ac90

View file

@ -18,6 +18,13 @@
description = "The percentage of the disk size reserved for Linux.";
};
};
legacyIconSpacing = mkEnableOption "legacy icon spacing" // {
default = true;
};
dynamicLighting = mkEnableOption "dynamic lighting";
adware = mkEnableOption "adware"; # Fuck you for displaying ads on an OS I fricking paid for!
};
config = {