23 lines
292 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
2021-06-16 05:30:04 +03:00
applications
# auto-run
2021-02-07 02:38:11 +03:00
boot
devices
git
gpg
locale
misc
network
nix
overlay
secrets
security
ssh
2021-06-16 05:30:04 +03:00
xdg
2021-02-07 02:38:11 +03:00
zsh
];
}