Add default apps to open and dconf settings

This commit is contained in:
Jimbo 2024-08-26 21:28:40 -04:00
parent 79ed68cd04
commit b627d552b5
4 changed files with 11 additions and 14 deletions

View file

@ -7,17 +7,4 @@
# Enable hardware like the Steam Controller
hardware.steam-hardware.enable = true;
# Enable the Steam client
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
extraPackages = with pkgs; [
steam-run heroic prismlauncher
];
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
}