feat(pkgs): add gnome-boxes

This commit is contained in:
winston 2023-03-17 03:47:27 +01:00
parent 8180db5aea
commit 0713c004ee
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 3 additions and 1 deletions

View file

@ -61,6 +61,7 @@ in {
mattermost-desktop
neovide
unstable.jetbrains.webstorm
gnome.gnome-boxes
]
++ lib.optionals (isLinux && machine.personal) [
nur.repos.nekowinston.discover-overlay

View file

@ -35,9 +35,10 @@ in {
};
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
users.users."${mainUser}" = {
extraGroups = ["wheel" "docker"];
extraGroups = ["docker" "libvirtd" "wheel"];
isNormalUser = true;
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILm0O46zW/XfVOSwz0okRWYeOAg+wCVkCtCAoVTpZsOh"];
shell = pkgs.zsh;