From 9aad420411b703278ac555858dc60f14f8f156bc Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 22:56:23 -0500 Subject: rm old nixes folder --- nixes/startx/startx-xdg.patch | 4 ---- nixes/startx/startx.nix | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 nixes/startx/startx-xdg.patch delete mode 100644 nixes/startx/startx.nix diff --git a/nixes/startx/startx-xdg.patch b/nixes/startx/startx-xdg.patch deleted file mode 100644 index 5aa3fd9..0000000 --- a/nixes/startx/startx-xdg.patch +++ /dev/null @@ -1,4 +0,0 @@ -175c175 -< xserverauthfile=$HOME/.serverauth.$$ ---- -> xserverauthfile="${XAUTHORITY:-$HOME/.Xauthority}" diff --git a/nixes/startx/startx.nix b/nixes/startx/startx.nix deleted file mode 100644 index 591f426..0000000 --- a/nixes/startx/startx.nix +++ /dev/null @@ -1,10 +0,0 @@ -#{ pkgs ? import { overlays = [ (import /path/to/my-overlay.nix) ]; } }: - -final: prev: { - xorg.xinit = prev.xorg.xinit.overrideAttrs (old: { - # Apply the patch - patches = old.patches or [] ++ [ - ./startx-xdg.patch - ]; - }); -} -- cgit v1.2.3