confix/hosts/vm/home.nix

7 lines
86 B
Nix
Raw Normal View History

# NixOS VM home.nix
{ config, lib, pkgs, inputs, user, ... }:
{
services = {
};
}