From 86188bc3d8560f0c388b133732146fab70da53f4 Mon Sep 17 00:00:00 2001 From: voidarc Date: Tue, 7 Jul 2026 14:32:08 +0100 Subject: [PATCH] removed useless module --- modules/system/theming/gtk.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/system/theming/gtk.nix b/modules/system/theming/gtk.nix index 00870ce..d26f2e9 100644 --- a/modules/system/theming/gtk.nix +++ b/modules/system/theming/gtk.nix @@ -8,9 +8,6 @@ lib, ... }: let - modules = [ - inputs.catppuccin.nixosModules.catppuccin - ]; in { environment.systemPackages = with pkgs; [ (catppuccin-gtk.override { @@ -24,16 +21,6 @@ accent = "mauve"; }) ]; - imports = modules; - catppuccin = { - enable = true; - autoEnable = false; - accent = "mauve"; - flavor = "mocha"; - gtk = { - icon.enable = true; - }; - }; programs = { xfconf.enable = true; dconf = {