summaryrefslogtreecommitdiff
path: root/modules/root/x11.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/root/x11.nix')
-rw-r--r--modules/root/x11.nix10
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
+ # ];
+ #}))
];
};
}