feat(bbsteamie): add steam settings
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ac15f698b0
commit
185ce55dbc
1 changed files with 12 additions and 4 deletions
|
@ -86,15 +86,23 @@ in {
|
|||
type = "Application";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
ryujinx
|
||||
wl-clipboard
|
||||
environment.systemPackages = [
|
||||
pkgs.firefox
|
||||
pkgs.wl-clipboard
|
||||
pkgs.ryujinx
|
||||
];
|
||||
|
||||
programs = {
|
||||
xwayland.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
extraCompatPackages = [
|
||||
pkgs.proton-ge-bin
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable flatpak support
|
||||
|
|
Loading…
Reference in a new issue