nixos/profiles/desktop/default.nix

10 lines
101 B
Nix

{
...
}:
{
imports = [ ../../modules/options ];
modules.hyprland = {
enable = true;
};
}