Compare commits
2 commits
fe2404d439
...
087901b2d6
Author | SHA1 | Date | |
---|---|---|---|
087901b2d6 | |||
50278032f5 |
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
};
|
#};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 | grep -v On";
|
ags = "XDG_DATA_DIRS=/home/matt/.config/share ags";
|
||||||
|
|
||||||
tup = "tailscale up --login-server https://headscale.nelim.org";
|
tup = "tailscale up --login-server https://headscale.nelim.org";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue