From e6f18221de4e51342d7e6683cefb74488019c12b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 9 Apr 2025 22:54:01 -0500 Subject: update flake and fix bugs --- modules/root/x11.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/root') diff --git a/modules/root/x11.nix b/modules/root/x11.nix index fd15c52..7311cba 100644 --- a/modules/root/x11.nix +++ b/modules/root/x11.nix @@ -20,11 +20,11 @@ xorg.xset xwallpaper # Patch startx to be compliant with xdg base dir spec - (xorg.xinit.overrideAttrs (old: rec { - patches = [ - ./resources/x11/xinit-startx-xdg.patch - ]; - })) + #(xorg.xinit.overrideAttrs (old: rec { + # patches = [ + # ./resources/x11/xinit-startx-xdg.patch + # ]; + #})) ]; }; } -- cgit v1.2.3