feat(bbsteamie): add steam settings
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-03 17:49:48 -04:00
parent ac15f698b0
commit 185ce55dbc

View file

@ -86,15 +86,23 @@ in {
type = "Application"; type = "Application";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = [
firefox pkgs.firefox
ryujinx pkgs.wl-clipboard
wl-clipboard pkgs.ryujinx
]; ];
programs = { programs = {
xwayland.enable = true; xwayland.enable = true;
kdeconnect.enable = true; kdeconnect.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
};
}; };
# Enable flatpak support # Enable flatpak support