Files
nix-config/systems/x86_64-linux/desktop/specialisations/hyprland/default.nix

13 lines
246 B
Nix
Executable File

{ namespace, ... }:
{
specialisation.hyprland.configuration = {
${namespace} = {
desktop = {
hyprland.enable = true;
gnome.enable = false;
};
};
environment.etc."specialisation".text = "hyprland";
};
}