diff options
author | mediocregopher <mediocregopher@gmail.com> | 2023-12-17 18:04:43 +0100 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2023-12-17 18:50:38 +0100 |
commit | 22d28d232ce19a2001e9eca737e0eac788a20642 (patch) | |
tree | a069320df572dc958c1c2a7f05033570bc3ce3bc /x | |
parent | 4a3f06b73c435486f77754a9ac0602bc72821b51 (diff) |
Figure out how to not use nixGL for alacritty
Diffstat (limited to 'x')
-rw-r--r-- | x/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x/default.nix b/x/default.nix index b6d8f98..a060701 100644 --- a/x/default.nix +++ b/x/default.nix @@ -11,7 +11,6 @@ pkgs.xorg.xinit pkgs.xorg.xauth pkgs.xorg.xset - #pkgs.xorg.xf86inputevdev pkgs.xorg.xf86inputlibinput (pkgs.runCommand "xorg-conf-inner" {} '' |