nixos/overlays/default.nix
2023-08-20 16:18:04 +02:00

7 lines
67 B
Nix

{ ... }: {
imports = [
./kanshi.nix
./ripgrep.nix
];
}