mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
testing gs.sh
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../users/richie
|
../../users/richie
|
||||||
../../users/gaming
|
../../users/gaming
|
||||||
@@ -34,8 +36,8 @@
|
|||||||
|
|
||||||
services = {
|
services = {
|
||||||
getty = {
|
getty = {
|
||||||
loginProgram = "${pkgs.gamescope}/bin/gamescope";
|
loginProgram = ./gs.sh;
|
||||||
loginOptions = "${pkgs.steam}/bin/steam -bigpicture";
|
# loginOptions = "${pkgs.steam}/bin/steam -bigpicture";
|
||||||
autologinUser = "gaming";
|
autologinUser = "gaming";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
4
systems/muninn/gs.sh
Normal file
4
systems/muninn/gs.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -xeuo pipefail
|
||||||
|
|
||||||
|
exec gamescope --adaptive-sync --hdr-enabled --rt --steam -- steam -pipewire-dmabuf -tenfoot
|
||||||
Reference in New Issue
Block a user