From 73208c3be0dc23946b333caed439275bbab8def2 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 3 Feb 2024 18:32:40 +0100 Subject: [PATCH] hyprland: enable sddm --- system/hyprland.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/system/hyprland.nix b/system/hyprland.nix index 6a95887..355cb25 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -4,12 +4,21 @@ ./desktop-common.nix ]; + services.xserver.displayManager.sddm.enable = true; + programs.hyprland = { enable = true; enableNvidiaPatches = true; xwayland.enable = true; }; + xdg.portal = { + enable = true; + extraPortals = [ + pkgs.xdg-desktop-portal-gtk + ]; + }; + environment.systemPackages = with pkgs; [ kitty dunst