2021-06-16 23:42:44 +03:00

24 lines
313 B
Nix

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