nix-configs/hosts/monosodium-glutamate-g/modules/default.nix

8 lines
67 B
Nix
Raw Normal View History

2025-04-11 09:20:46 +02:00
{ ... }:
{
imports = [
./graphics.nix
2025-06-27 00:22:02 +02:00
./input.nix
];
}