mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
12 lines
203 B
Nix
12 lines
203 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./containers.nix
|
|
./networking.nix
|
|
./ssh.nix
|
|
./programs.nix
|
|
./home.nix
|
|
./styling.nix
|
|
];
|
|
}
|