Gaming prep and installs
This commit is contained in:
parent
c3b336898e
commit
c834b7ac00
1 changed files with 18 additions and 1 deletions
19
programs.nix
19
programs.nix
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
|
|
||||||
# General
|
# General
|
||||||
rclone # Unter anderem für ProtonDrive
|
rclone
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -37,5 +37,22 @@
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
proton-authenticator
|
proton-authenticator
|
||||||
protonmail-desktop
|
protonmail-desktop
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Proton/Wine for Gaming and running .exe
|
||||||
|
wineWowPackages.stable
|
||||||
|
winetricks
|
||||||
|
protonup-qt
|
||||||
|
lutris
|
||||||
|
bottles
|
||||||
|
vulkan-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Activating steam
|
||||||
|
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue