dotfiles/hosts/NixVM/default.nix

7 lines
121 B
Nix

{ inputs, config, pkgs, ... }:
{
imports = [
(import ../Common/default.nix { inherit inputs config pkgs; })
];
}