remove catppucin module

This commit is contained in:
2024-12-19 13:16:40 +01:00
parent dd8159d6a4
commit 1776697f9b
5 changed files with 12 additions and 61 deletions

View File

@@ -15,12 +15,11 @@
# └─ default.nix
#
{ config, lib, pkgs, user, catppuccin, ... }:
{ config, lib, pkgs, user, ... }:
#{ config, lib, pkgs, user, ... }:
{
imports =
[ catppuccin.homeManagerModules.catppuccin ] ++
(import ../modules/editors) ++
(import ../modules/programs) ++
(import ../modules/programs/configs) ++
@@ -94,8 +93,6 @@
#ms-python.python
ms-vscode.cpptools
dracula-theme.theme-dracula
#catppuccin.catppuccin-vsc
#catppuccin.catppuccin-vsc-icons
];
})
@@ -114,47 +111,11 @@
stateVersion = "23.05";
};
catppuccin = {
enable = false;
accent = "lavender";
flavor = "mocha";
pointerCursor.enable = true;
};
gtk.catppuccin = {
enable = true;
accent = "lavender";
flavor = "mocha";
icon = {
enable = true;
accent = "lavender";
flavor = "mocha";
};
};
qt.style.catppuccin = {
enable = true;
accent = "lavender";
flavor = "mocha";
apply = true;
};
programs = {
home-manager.enable = true;
alacritty = {
settings.font.size = 11;
catppuccin = {
enable = true;
flavor = "mocha";
};
};
btop = {
catppuccin = {
enable = true;
flavor = "mocha";
};
};
swaylock.catppuccin.enable = false;
};