flake update

This commit is contained in:
Sascha Koenig
2025-10-22 19:48:25 +02:00
parent d24c6b28f8
commit aaf82b29da
11 changed files with 47 additions and 53 deletions

View File

@@ -67,13 +67,6 @@ in {
]
}
if (tty) == "/dev/tty1" {
exec uwsm start -S -F /run/current-system/sw/bin/Hyprland
}
if (tty) == "/dev/tty2" {
exec gamescope -O HDMI-A-1 -W 1920 -H 1080 --adaptive-sync --hdr-enabled --rt --steam -- steam -pipewire-dmabuf -tenfoot
}
alias .. = cd ..
alias ... = cd ...
alias h = cd $env.HOME