nixos/modules/options/default.nix

9 lines
66 B
Nix

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