Move alvr
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-01-04 04:28:44 +01:00
parent 277ff75d49
commit 3bd7fc2b89
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ in
# CLI utils
act
age
alvr
bat
bzip2
chromium

4
hosts/gunter/alvr.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
programs.alvr.enable = true;
}