mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Removed catppuccin global theme
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "mauve";
|
||||
};
|
||||
}
|
||||
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user