Removed catppuccin global theme

This commit is contained in:
2026-02-06 08:27:22 +01:00
parent 193d6c5411
commit 24cda84b12
7 changed files with 9 additions and 68 deletions

View File

@@ -1,7 +1,6 @@
{ currentSystemUser, currentSystemDe, pkgs, catppuccin, ... }:
{ currentSystemUser, currentSystemDe, pkgs, ... }:
{
imports = [
./catppuccin.nix
./fish.nix
./git.nix
./gnome.nix
@@ -9,7 +8,6 @@
./mangohud.nix
./tmux.nix
./zoxide.nix
catppuccin.homeModules.catppuccin
] ++ (if currentSystemDe == "hyprland" then [
./hyprland
] else []