mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
13 lines
117 B
Nix
13 lines
117 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./spacenav.nix
|
|
./wacom.nix
|
|
./hardware_key.nix
|
|
];
|
|
}
|