diff options
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 23ae90b..bb940a3 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -17,6 +17,7 @@ pkgs.libreoffice pkgs.libva-utils pkgs.mako + pkgs.mangohud pkgs.mesa-demos pkgs.mpv pkgs.polkit_gnome @@ -50,6 +51,10 @@ package = pkgs.master.firefox; }; + gamemode.enable = true; + + steam.gamescopeSession.enable = true; + sway = { enable = true; wrapperFeatures.gtk = true; |