From 990f15ea75aced9ba83fa9bf10f45e0ae3bbddd0 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 11:31:24 +0100 Subject: [PATCH] enabled hyprland in host config for xdg portals and other OS level features --- hosts/gabbielaptop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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";