Files
nix-config/modules/nix/default.nix
2024-04-16 15:01:48 +02:00

7 lines
46 B
Nix

{ pkgs, config, ...}:
{
imports = [
];
}