nixos/machines/desktop/default.nix
2023-06-04 14:44:58 -04:00

7 lines
59 B
Nix

{ pkgs, lib, config, ... }:
{
import = [
./.
];
}