Everything works decently (now using EXWM)
This commit is contained in:
parent
270252e5f8
commit
dd4cbbb517
19 changed files with 291 additions and 108 deletions
9
modules/docker/default.nix
Normal file
9
modules/docker/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.ccr.extraGroups = ["docker"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue