mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
8 lines
77 B
Nix
8 lines
77 B
Nix
{pkgs, ...}:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [ alvr ];
|
|
|
|
# EOF
|
|
}
|