nixos/home/extra/default.nix

15 lines
224 B
Nix
Raw Permalink Normal View History

{
lib,
inputs,
...
2025-07-13 06:04:55 +08:00
}:
{
imports =
(with inputs; [
niri-flake.homeModules.niri
stylix.homeManagerModules.stylix
2025-06-11 08:55:39 +08:00
chaotic.homeManagerModules.default
])
++ (lib.youthlic.loadImports ./.);
}