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,
...
}: 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 = {