omarchy-nix: added
This commit is contained in:
+11
-11
@@ -3,15 +3,15 @@
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
# programs.steam = {
|
||||
# enable = true;
|
||||
# remotePlay.openFirewall = true;
|
||||
# gamescopeSession.enable = true;
|
||||
# extraCompatPackages = with pkgs; [proton-ge-bin];
|
||||
# extraPackages = with pkgs; [
|
||||
# # mangohud
|
||||
# # gamescope-wsi
|
||||
# ];
|
||||
# };
|
||||
# programs.gamemode.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
extraCompatPackages = with pkgs; [proton-ge-bin];
|
||||
extraPackages = with pkgs; [
|
||||
mangohud
|
||||
gamescope-wsi
|
||||
];
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user