diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-18 15:14:14 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-18 15:14:14 +0200 |
| commit | 6708d31eeec7dd19cfac5a7dbf469812436acfb9 (patch) | |
| tree | b759542d5442b73d6c8703c7139a096e7650f6af /home-modules/theming.nix | |
| parent | 4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (diff) | |
Nix flake update
- Remove GTK theming for now
- Add cors for email
- Uninstall iamb due to build errors
Diffstat (limited to 'home-modules/theming.nix')
| -rw-r--r-- | home-modules/theming.nix | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/home-modules/theming.nix b/home-modules/theming.nix index 15b596b..d6cdaf7 100644 --- a/home-modules/theming.nix +++ b/home-modules/theming.nix @@ -4,23 +4,16 @@ lib, ... }: -let - catppuccin_gtk = pkgs.catppuccin-gtk.override { - accents = [ "pink" ]; - size = "compact"; - tweaks = [ "black" ]; - variant = "mocha"; - }; -in { config = lib.mkIf hostconfig.addons.desktop.enable { #Gtk Theming gtk = { enable = true; - theme = { - package = catppuccin_gtk; - name = "catppuccin-mocha-pink-compact+black"; - }; + # theme = { + # package = catppuccin_gtk; + # name = "catppuccin-mocha-pink-compact+black"; + # }; + gtk4.theme = null; iconTheme = { package = pkgs.catppuccin-papirus-folders; name = "Papirus-Dark"; |
