Add settings for customizing windows
This commit is contained in:
parent
8564396d86
commit
1bbc61fcbf
|
@ -18,6 +18,13 @@
|
||||||
description = "The percentage of the disk size reserved for Linux.";
|
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 = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue