mirror of
https://github.com/buckley310/nixos-config.git
synced 2025-01-11 19:49:02 +00:00
8 lines
102 B
Nix
8 lines
102 B
Nix
{
|
|
system = "x86_64-linux";
|
|
modules = [
|
|
./ai.nix
|
|
./configuration.nix
|
|
./xorg.nix
|
|
];
|
|
}
|