From fc6dc5fcc488280d5112c3b0066a0c8ec116f59f Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 15 Jan 2026 11:26:29 +0000 Subject: [PATCH] Fixed hyprland startup warning issue --- nixos/worklaptop/programs.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/worklaptop/programs.nix b/nixos/worklaptop/programs.nix index 66134de..0425297 100644 --- a/nixos/worklaptop/programs.nix +++ b/nixos/worklaptop/programs.nix @@ -11,7 +11,10 @@ in { # Activate DEs programs = { - uwsm.enable = true; + uwsm = { + enable = true; + waylandCompositors.hyprland.binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland"; + }; regreet = { enable = true; theme = { @@ -43,6 +46,7 @@ in { withUWSM = true; xwayland.enable = true; }; + iio-hyprland.enable = true; # Enable my preferred DE utilities thunar = {