Compare commits

..

No commits in common. "087901b2d642a13d3246421b00c81fc50c37a597" and "fe2404d43901e14267adb3a52c8dfd44de7e681c" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -36,8 +36,8 @@
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
hardware.uinput.enable = true; hardware.uinput.enable = true;
#virtualisation = { virtualisation = {
#waydroid.enable = true; waydroid.enable = true;
#lxd.enable = true; lxd.enable = true;
#}; };
} }

View file

@ -39,7 +39,7 @@
ls = "ls -lah --color=auto"; ls = "ls -lah --color=auto";
cp = "cp -r"; cp = "cp -r";
ags = "XDG_DATA_DIRS=/home/matt/.config/share ags"; ags = "XDG_DATA_DIRS=/home/matt/.config/share ags | grep -v On";
tup = "tailscale up --login-server https://headscale.nelim.org"; tup = "tailscale up --login-server https://headscale.nelim.org";