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