added package specification and xwayland to home.nix

This commit is contained in:
Gabriella Bere 2024-08-22 11:18:56 +01:00
parent e38639be55
commit b84f32a2f9
2 changed files with 8 additions and 2 deletions

View file

@ -74,5 +74,11 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# Enable Hyprland compositor
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
xwayland.enable = true;
# Autostart using systemd
# systemd.enable = true;
}
}