nixvim/config/default.nix
2024-04-13 00:18:36 +02:00

6 lines
66 B
Nix

{ config, lib, ...}: {
imports = [
./settings.nix
];
}