Files
nixos/desktop_environment.nix
2025-09-05 18:21:46 +02:00

9 lines
165 B
Nix

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