nixos-config/roles/base.nix
2021-09-15 23:17:00 +03:00

24 lines
345 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
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
];
}