2021-06-16 05:30:04 +03:00

23 lines
292 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
security
ssh
xdg
zsh
];
}