[Packages] Move steam in desktop config

Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
Antoine Viallon 2022-03-26 22:17:18 +01:00
parent f49eacd70c
commit 8c143ee73d
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 7 additions and 4 deletions

View file

@ -213,9 +213,16 @@ in {
unstable.kotatogram-desktop
];
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
programs.steam.remotePlay.openFirewall = true;
aviallon.programs.allowUnfreeList = [
"spotify"
"spotify-unwrapped"
"steam" "steam-original" "steam-runtime"
];
services.packagekit.enable = true;

View file

@ -74,11 +74,7 @@ in
newSession = true;
};
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
programs.steam.remotePlay.openFirewall = true;
aviallon.programs.allowUnfreeList = [
"steam" "steam-original" "steam-runtime"
"veracrypt"
];