dotfiles/home/NixVM.nix

8 lines
119 B
Nix

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