nixos-config/profiles/base.nix
2021-01-21 21:13:53 +03:00

21 lines
265 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
inputs.home-manager.nixosModules.home-manager
boot
secrets
secrets-envsubst
locale
network
overlay
devices
nix
security
ssh
git
gpg
zsh
];
}