removed useless module

This commit is contained in:
2026-07-07 14:32:08 +01:00
parent ee4ce13a10
commit 86188bc3d8

View File

@@ -8,9 +8,6 @@
lib, lib,
... ...
}: let }: let
modules = [
inputs.catppuccin.nixosModules.catppuccin
];
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(catppuccin-gtk.override { (catppuccin-gtk.override {
@@ -24,16 +21,6 @@
accent = "mauve"; accent = "mauve";
}) })
]; ];
imports = modules;
catppuccin = {
enable = true;
autoEnable = false;
accent = "mauve";
flavor = "mocha";
gtk = {
icon.enable = true;
};
};
programs = { programs = {
xfconf.enable = true; xfconf.enable = true;
dconf = { dconf = {