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

14 lines
149 B
Nix
Raw Normal View History

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