dotfiles/hosts/NixVM/default.nix

7 lines
121 B
Nix
Raw Normal View History

2024-06-13 13:14:56 +02:00
{ inputs, config, pkgs, ... }:
{
imports = [
2024-06-13 13:21:06 +02:00
(import ../Common/default.nix { inherit inputs config pkgs; })
2024-06-13 13:14:56 +02:00
];
}