nixos-config/config/home-manager/root.nix
2022-01-15 16:54:18 +01:00

5 lines
53 B
Nix

{ pkgs, ... }: {
imports = [
./base.nix
];
}