mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-22 14:37:13 +01:00
8 lines
81 B
Nix
8 lines
81 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./graphics.nix
|
|
./input.nix
|
|
./fah.nix
|
|
];
|
|
}
|