mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Removed catppuccin global theme
This commit is contained in:
@@ -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