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