removed useless module
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user