From 93ac31b65128031287468e15d0cd7bd2668b4d5b Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 9 Feb 2026 13:53:42 -0500 Subject: [PATCH] correct xorg packages --- home/modules/ui.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index ab5b282..25abe6b 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -23,9 +23,9 @@ in pamixer socat (python3.withPackages (ps: [ ps.pillow ])) - xorg.xinit - xorg.xmodmap - xorg.xrdb + xinit + xmodmap + xrdb ]; wayland.windowManager.hyprland = {