diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-09 22:54:01 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-09 22:54:01 -0500 |
commit | e6f18221de4e51342d7e6683cefb74488019c12b (patch) | |
tree | c52f735614fdcfb7db3aa02ed0a02e8a78a4aa24 /modules/root | |
parent | d82edfcf8a36f798c73c38dddada6a70a4e1c009 (diff) | |
download | nixos-e6f18221de4e51342d7e6683cefb74488019c12b.tar.xz nixos-e6f18221de4e51342d7e6683cefb74488019c12b.zip |
update flake and fix bugs
Diffstat (limited to 'modules/root')
-rw-r--r-- | modules/root/x11.nix | 10 |
1 files changed, 5 insertions, 5 deletions
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 + # ]; + #})) ]; }; } |