NixOS-Config/nixos/server/default.nix

7 lines
103 B
Nix
Raw Permalink Normal View History

{...}: {
# You can import other home-manager modules here
imports = [
./package-configs
];
}