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 = {