mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
12 lines
226 B
Nix
12 lines
226 B
Nix
{
|
|
imports = [
|
|
../modules/agenix.nix
|
|
../modules/home-manager.nix
|
|
../modules/locale.nix
|
|
../modules/shell
|
|
../modules/users/may.nix
|
|
../modules/ssh.nix
|
|
../modules/git.nix
|
|
../modules/cli.nix
|
|
];
|
|
}
|