Added catppuccin home-manager module

This commit is contained in:
2026-02-04 09:35:47 +01:00
parent 1028331100
commit 832dd708e8
3 changed files with 6 additions and 2 deletions

View File

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