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

View file

@ -2,10 +2,10 @@
lsblk
echo
read -P 'Device (/dev/vda2):' -l device
read -P 'Device (/dev/vda1): ' -l device
if test -z "$device"
set device /dev/vda2
set device /dev/vda1
end
mkfs.btrfs $device