Files
nixos/homeConfigurations/wsl-apps/default.nix
T
2025-09-14 15:36:43 +03:00

12 lines
105 B
Nix
Executable File

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