nixos-config/profiles/base.nix

26 lines
307 B
Nix

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