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";
|
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
|
||||||
|
|
Loading…
Reference in a new issue