nix: carbon: refactor

This commit is contained in:
Primrose 2024-07-28 16:17:29 +02:00
parent 1e7513f704
commit 480f3f6f72
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
9 changed files with 206 additions and 196 deletions

View file

@ -12,4 +12,13 @@
programs.git.enable = true;
programs.dconf.enable = true;
services.gnome.gnome-keyring.enable = true;
virtualisation = {
docker.enable = true;
virtualbox.host.enable = true;
};
users.users."leana".extraGroups = [
"docker"
"vboxusers"
];
}