nixos/modules/options/default.nix

10 lines
82 B
Nix

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