nixos/desktop_environment.nix

9 lines
165 B
Nix

{
programs.hyprland = {
# Install the packages from nixpkgs
enable = true;
# Whether to enable XWayland
xwayland.enable = true;
};
}