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

14 lines
149 B
Nix
Raw Permalink Normal View History

2024-02-07 14:00:24 +01:00
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
# You can import other home-manager modules here
imports = [
./lillian.nix
];
}