Files
nixos/homeConfigurations/wsl-apps/default.nix
T
2025-09-13 23:10:49 +03:00

12 lines
103 B
Nix
Executable File

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