mirror of
https://github.com/ivabus/nixos
synced 2024-11-14 04:25:07 +03:00
14 lines
221 B
Nix
14 lines
221 B
Nix
{
|
|
imports = [
|
|
./base.nix
|
|
# ./dotfiles.nix unfinished yet
|
|
./git.nix
|
|
./laptop.nix
|
|
./locale.nix
|
|
./networking.nix
|
|
./remote-access.nix
|
|
./security.nix
|
|
./stateless.nix
|
|
./user.nix
|
|
];
|
|
}
|