2024-01-21 20:36:53 +03:00

23 lines
336 B
Nix

{ inputs, ... }: {
imports = with inputs.self.customProfiles; [
inputs.home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
}
boot
git
gpg
locale
misc
network
nix
nnn
overlay
user
ssh
vlock
zsh
];
}