summaryrefslogtreecommitdiff
path: root/home-modules/theming.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-18 15:14:14 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-18 15:14:14 +0200
commit6708d31eeec7dd19cfac5a7dbf469812436acfb9 (patch)
treeb759542d5442b73d6c8703c7139a096e7650f6af /home-modules/theming.nix
parent4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (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.nix17
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";