debug windowrules

This commit is contained in:
2026-01-23 15:50:41 +01:00
parent 709f96436d
commit 1ed75f156b
4 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
{
username,
...
}:
{
virtualisation.docker.enable = true;
users.users.${username}.extraGroups = [ "docker" ];
}