mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-04-16 14:53:58 +02:00
8 lines
81 B
Nix
8 lines
81 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./graphics.nix
|
|
./input.nix
|
|
./fah.nix
|
|
];
|
|
}
|