nixos/system/optional/default.nix
2025-03-12 15:43:41 +01:00

7 lines
78 B
Nix

{...}: {
imports = [
./nfs.nix
./desktop.nix
./steam.nix
];
}