added ledger, steam and teamviewer
This commit is contained in:
parent
96bca243fb
commit
f2377efc53
@ -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?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user