added ledger, steam and teamviewer

This commit is contained in:
Giulio De Pasquale 2021-11-25 11:38:00 +00:00
parent 96bca243fb
commit f2377efc53
2 changed files with 22 additions and 16 deletions

View File

@ -34,14 +34,20 @@ in {
};
time.timeZone = "Europe/London";
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
users.extraGroups.vboxusers.members = [ "giulio" ];
services.printing.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware = {
pulseaudio.enable = true;
ledger.enable = true;
};
services.teamviewer.enable = true;
programs.steam.enable = true;
environment.systemPackages = with pkgs; [ efibootmgr ];
system.stateVersion = "21.05"; # Did you read the comment?
}