18 lines
189 B
Nix
18 lines
189 B
Nix
{ inputs, ... }: {
|
|
imports = with inputs.self.nixosProfiles; [
|
|
# PROFILES
|
|
autoRun
|
|
xdg
|
|
|
|
git
|
|
gpg
|
|
locale
|
|
misc
|
|
network
|
|
nix
|
|
user
|
|
ssh
|
|
zsh
|
|
];
|
|
}
|