We ball (returning to unstable)

This commit is contained in:
alisceon 2026-04-09 11:38:52 +02:00
parent 4d8de41daf
commit abe8ff6eff
7 changed files with 40 additions and 126 deletions

View file

@ -74,6 +74,7 @@
gamemode.enable = true;
steam = {
enable = true;
gamescopeSession.enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
package = pkgs.steam.override {

View file

@ -1,4 +1,4 @@
{ pkgs, pkgs-unstable, ... }:
{ pkgs, ... }:
{
boot = {
plymouth.enable = true;
@ -59,7 +59,7 @@
pkgs.steam
pkgs.krita
pkgs.edk2-uefi-shell
pkgs-unstable.obsidian
pkgs.obsidian
pkgs.gparted
pkgs.vlc
pkgs.via

View file

@ -16,6 +16,7 @@
seahorse
nautilus
gamescope
brightnessctl
];
programs = {
@ -50,23 +51,8 @@
binPath = "${pkgs.sway}/bin/sway";
extraArgs = [ "--unsupported-gpu" ];
};
big_picture = {
prettyName = "Steam Big Picture";
comment = "Launch in big picture mode within a gamescope container";
binPath = "${pkgs.gamescope}/bin/gamescope";
extraArgs = [
"-e"
"-W 1920"
"-H 1080"
"--"
"/usr/bin/steam"
"-tenfoot"
];
};
};
};
light.enable = true;
dconf.enable = true;
seahorse.enable = true;
};