Files
nixos/homeConfigurations/wsl-apps/default.nix
T
2025-08-24 13:11:09 +03:00

11 lines
88 B
Nix
Executable File

{
...
}:
{
imports = [
./gramps.nix
./streamrip.nix
./yt-dlp.nix
];
}