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
inputs
nixpkgs
home-manager;
home-manager
catppuccin;
};
in
{

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 []

View File

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