diff options
| author | Silas Schöffel <sils@sils.li> | 2026-06-23 02:56:12 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-06-23 02:56:12 +0200 |
| commit | 0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 (patch) | |
| tree | 978f54918d4cecb5af209f1e0655fc227c6d9987 /modules/hm/sils/theming.nix | |
| parent | user: rename to jaki (diff) | |
| download | nix-config-0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1.zip | |
treewide: rename paths to jaki
Diffstat (limited to 'modules/hm/sils/theming.nix')
| -rw-r--r-- | modules/hm/sils/theming.nix | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/modules/hm/sils/theming.nix b/modules/hm/sils/theming.nix deleted file mode 100644 index 9b7535c..0000000 --- a/modules/hm/sils/theming.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: let - cfg = config.sils.theming; -in { - options.sils.theming.enable = lib.mkEnableOption "theming"; - config = lib.mkIf cfg.enable { - stylix = { - enable = true; - iconTheme = { - enable = true; - dark = "Papirus-dark"; - light = "Papirus-light"; - package = pkgs.catppuccin-papirus-folders.override { - flavor = "mocha"; - accent = "mauve"; - }; - }; - targets = { - waybar = { - enableCenterBackColors = false; - enableLeftBackColors = false; - enableRightBackColors = false; - font = "sansSerif"; - }; - }; - }; - }; -} |
