2021-01-21 21:13:53 +03:00
|
|
|
{ inputs, ... }: {
|
2021-06-24 11:41:17 +03:00
|
|
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
2021-01-21 21:13:53 +03:00
|
|
|
inputs.home-manager.nixosModules.home-manager
|
|
|
|
|
2021-06-24 11:41:17 +03:00
|
|
|
# MODULES
|
2021-06-14 11:57:39 +03:00
|
|
|
applications
|
2021-01-21 21:13:53 +03:00
|
|
|
secrets
|
|
|
|
secrets-envsubst
|
2021-06-24 11:41:17 +03:00
|
|
|
persist
|
2022-02-04 12:56:03 +03:00
|
|
|
bt-agent
|
2021-06-24 11:41:17 +03:00
|
|
|
|
2021-01-21 21:13:53 +03:00
|
|
|
|
2021-06-24 11:41:17 +03:00
|
|
|
# PROFILES
|
2021-06-11 14:52:11 +03:00
|
|
|
autoRun
|
|
|
|
xdg
|
|
|
|
|
2021-06-24 11:41:17 +03:00
|
|
|
boot
|
2021-06-08 19:35:21 +03:00
|
|
|
devices
|
|
|
|
git
|
|
|
|
gpg
|
2021-01-21 21:13:53 +03:00
|
|
|
locale
|
2021-06-08 19:35:21 +03:00
|
|
|
misc
|
2021-01-21 21:13:53 +03:00
|
|
|
network
|
|
|
|
nix
|
|
|
|
security
|
|
|
|
ssh
|
|
|
|
zsh
|
|
|
|
];
|
|
|
|
}
|