feat/refactor: new computer, new configs, new desktop environment

This commit is contained in:
mitchell 2025-10-19 02:42:39 -04:00
parent 44780e9a9e
commit e3b1f60711
38 changed files with 854 additions and 1191 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env fish
if command -q prime-run
prime-run /usr/bin/streamlink-twitch-gui
else
/usr/bin/streamlink-twitch-gui
end

View file

@ -1,8 +0,0 @@
#!/usr/bin/env fish
if command -q prime-run
set -lx __NV_PRIME_RENDER_OFFLOAD 1
set -lx __VK_LAYER_NV_optimus NVIDIA_only
/usr/bin/wezterm $argv
else
/usr/bin/wezterm $argv
end

View file

@ -1,8 +0,0 @@
#!/usr/bin/env fish
if command -q prime-run
set -lx __NV_PRIME_RENDER_OFFLOAD 1
set -lx __VK_LAYER_NV_optimus NVIDIA_only
/usr/bin/wezterm-gui $argv
else
/usr/bin/wezterm-gui $argv
end