feat: update niri config for VM, add cachyos repo script

- Update niri output config for Virtual-1 display
- Add cachyos repository installation script
- Fix btrfs device path from vda2 to vda1
- Configure sudo-rs with symbolic links
- Comment out polkit agent and swayidle spawns
This commit is contained in:
mitchell 2026-04-13 14:19:52 -04:00
parent 9b64299c45
commit fddae3ba36
5 changed files with 29 additions and 9 deletions

9
cachyos_repo Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env fish
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
and tar xvf cachyos-repo.tar.xz
and cd cachyos-repo/
and sudo ./cachyos-repo.sh
and sudo pacman -S --noconfirm cachyos-rate-mirrors
and sudo cachyos-rate-mirrors
and sudo pacman -Syuu --noconfirm
and sudo pacman -S linux-cachyos linux-cachyos-headers