WIP: Switch to NixOS #5

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

View file

@ -1,10 +1,6 @@
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
{%@@ if profile == 'Moria' @@%} {%@@ if profile == 'Moria' @@%}
LIBSEAT_BACKEND=logind gamescope \ systemctl --user mask pipewire.service pipewire-pulse.service && systemctl --user stop pipewire.service pipewire-pulse.service && kodi; systemctl --user unmask pipewire.service pipewire-pulse.service && systemctl --user start pipewire.service pipewire-pulse.service
-e -f -U \
-W 3840 -H 2160 \
-w 1920 -h 1080 \
-- steam -gamepadui -steamos
{%@@ elif profile == 'Mirkwood' @@%} {%@@ elif profile == 'Mirkwood' @@%}
sway-run sway-run
{%@@ endif @@%} {%@@ endif @@%}