nixos/modules/options/default.nix

11 lines
107 B
Nix

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