mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
Removed catppuccin global theme
This commit is contained in:
+1
-3
@@ -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