22 lines
274 B
Nix
Raw Normal View History

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