mirror of
https://github.com/callumio/nixfiles.git
synced 2026-09-21 00:09:16 +01:00
12 lines
195 B
Nix
12 lines
195 B
Nix
{...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./containers.nix
|
|
./networking.nix
|
|
./ssh.nix
|
|
./programs.nix
|
|
./home.nix
|
|
./styling.nix
|
|
];
|
|
}
|