From c9cbc56d9bd8406628f9ad9e037c04e2010e4b09 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 5 Aug 2024 19:12:59 +0200 Subject: [PATCH] Add settings for customizing windows --- lib/modules/windows.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/modules/windows.nix b/lib/modules/windows.nix index 4784c913..8d2f192c 100644 --- a/lib/modules/windows.nix +++ b/lib/modules/windows.nix @@ -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 = {