20 lines
252 B
Nix
Raw Normal View History

2021-02-07 02:38:11 +03:00
{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
inputs.home-manager.nixosModules.home-manager
boot
devices
git
gpg
locale
misc
network
nix
overlay
secrets
security
ssh
zsh
];
}