WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 6ea4b86431 - Show all commits

View file

@ -1,7 +1,11 @@
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
{%@@ if profile == 'Moria' @@%}
LIBSEAT_BACKEND=logind gamescope \ LIBSEAT_BACKEND=logind gamescope \
-e -f -U \ -e -f -U \
-W 3840 -H 2160 \ -W 3840 -H 2160 \
-w 1920 -h 1080 \ -w 1920 -h 1080 \
-- steam -gamepadui -steamos -- steam -gamepadui -steamos
{%@@ elif profile == 'Mirkwood' @@%}
sway-run
{%@@ endif @@%}
fi fi