diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 250b121..4c36a95 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -60,6 +60,8 @@ services.displayManager.sddm.enable = true; services.desktopManager.plasma6.enable = true; + # Enable the Hyprland WM functionality for NixOS (xdg portals etc.) + programs.hyprland.enable = true; # Configure keymap in X11 services.xserver.xkb.layout = "gb";