NixOS-Config/home-manager/hosts/iso_server/default.nix

14 lines
149 B
Nix
Raw Permalink Normal View History

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
# You can import other home-manager modules here
imports = [
./lillian.nix
];
}