Files
dotfiles/nixos/ryu/apps/default.nix
2025-05-25 22:56:24 +05:30

10 lines
64 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./alvr.nix
];
}