Merge branch 'master' of https://git.beepboop.systems/rndusr/dot_testing
This commit is contained in:
commit
a4181c62b1
|
@ -0,0 +1,4 @@
|
||||||
|
stupidcomputer <ryan@beepboop.systems> <randomuser@tilde.club>
|
||||||
|
stupidcomputer <ryan@beepboop.systems>
|
||||||
|
stupidcomputer <ryan@beepboop.systems> <rndusr@beepboop.systems>
|
||||||
|
stupidcomputer <ryan@beepboop.systems> <Unixsys@github.com>
|
|
@ -14,6 +14,13 @@
|
||||||
../../modules/rbw.nix
|
../../modules/rbw.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
users.users.usr.extraGroups = [
|
||||||
|
"docker"
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wine
|
wine
|
||||||
xdotool
|
xdotool
|
||||||
|
|
Loading…
Reference in New Issue