Added Docker and Wine.

This commit is contained in:
2025-09-02 15:12:57 +02:00
parent 9eb416a46e
commit f4e77e64c9
2 changed files with 9 additions and 1 deletions

View File

@ -163,12 +163,14 @@
users.users.cookiez = {
isNormalUser = true;
description = "Cookiez";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
#User Packages Here
];
};
virtualisation.docker.enable = true;
environment.etc."gitconfig".text = ''
[init]
defaultBranch = main