nixos/modules/home/default.nix

12 lines
89 B
Nix

{
...
}:
{
imports = [
./hyprland
./kitty.nix
./xdg.nix
./zsh
];
}