mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
7 lines
83 B
Nix
Executable file
7 lines
83 B
Nix
Executable file
{ flake, ... }:
|
|
{
|
|
imports = [
|
|
flake.inputs.microvm.nixosModules.host
|
|
];
|
|
|
|
}
|