nixos-config/nixos/modules/hyprland/home.nix

18 lines
210 B
Nix

{
pkgs,
username,
lib,
hwconfig,
...
}:
{
imports = [
(import ./hyprland.nix {
inherit pkgs;
inherit lib;
inherit hwconfig;
inherit username;
})
#../kando
];
}