This commit is contained in:
2026-03-11 19:37:19 +01:00
parent d8ea7550f0
commit b2fcebb5af

View File

@@ -20,6 +20,9 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
zut-calendar.url = "github:szymon-jozef/zut-calendar";
zutui.url = "github:shv187/zutui";
hyprcursor-phinger.url = "github:jappie3/hyprcursor-phinger"; hyprcursor-phinger.url = "github:jappie3/hyprcursor-phinger";
}; };
@@ -30,6 +33,8 @@
catppuccin, catppuccin,
nixvim, nixvim,
wallpapers, wallpapers,
zut-calendar,
zutui,
... ...
}@inputs: }@inputs:
@@ -64,6 +69,15 @@
catppuccin.homeModules.catppuccin catppuccin.homeModules.catppuccin
nixvim.homeModules.nixvim nixvim.homeModules.nixvim
inputs.hyprcursor-phinger.homeManagerModules.hyprcursor-phinger inputs.hyprcursor-phinger.homeManagerModules.hyprcursor-phinger
(
{ pkgs, ... }:
{
home.packages = [
zut-calendar.packages.${pkgs.system}.default
zutui.packages.${pkgs.system}.default
];
}
)
]; ];
mkHomeConfig = mkHomeConfig =