nixos-config/profiles/base.nix

22 lines
274 B
Nix
Raw Normal View History

2021-01-21 22:13:53 +04:00
{ 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
2021-01-23 23:21:51 +04:00
misc
2021-01-21 22:13:53 +04:00
];
}