working home manager
This commit is contained in:
parent
37f4059599
commit
995f0142b0
3 changed files with 41 additions and 39 deletions
|
|
@ -15,35 +15,6 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
users.users.jsutter = {
|
||||
isNormalUser = true;
|
||||
description = "Julian Sutter";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
git
|
||||
tor-browser-bundle-bin
|
||||
nextcloud-client
|
||||
vlc
|
||||
deluge
|
||||
steam
|
||||
vmware-horizon-client
|
||||
kleopatra
|
||||
pinentry
|
||||
arc-theme
|
||||
zoom-us
|
||||
slack
|
||||
vscodium
|
||||
];
|
||||
};
|
||||
|
||||
# Options for Steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
|
||||
# hardware
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue