diff options
Diffstat (limited to 'modules/nixos/sils/theming.nix')
| -rw-r--r-- | modules/nixos/sils/theming.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/nixos/sils/theming.nix b/modules/nixos/sils/theming.nix deleted file mode 100644 index 5e7d197..0000000 --- a/modules/nixos/sils/theming.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - config, - lib, - base16-tokyo-night-scheme, - ... -}: let - cfg = config.sils.theming; -in { - options.sils.theming.enable = lib.mkEnableOption "theming"; - config = lib.mkIf cfg.enable { - stylix = { - base16Scheme = "${base16-tokyo-night-scheme}/tokyo-night-dark.yaml"; - image = ../../../files/wallpaper.jpg; - polarity = "dark"; - }; - }; -} |
