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

@@ -35,7 +35,8 @@
nur nur
inputs inputs
nixpkgs nixpkgs
home-manager; home-manager
catppuccin;
}; };
in in
{ {

View File

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

View File

@@ -7,6 +7,7 @@
inputs, inputs,
nixpkgs, nixpkgs,
home-manager, home-manager,
catppuccin,
}: }:
name: name:
{ {
@@ -41,6 +42,7 @@ let
nur = nur; nur = nur;
inputs = inputs; inputs = inputs;
additionalModules = additionalModules; additionalModules = additionalModules;
catppuccin = catppuccin;
}; };
in in
nixpkgs.lib.nixosSystem { nixpkgs.lib.nixosSystem {