nixos/overlays/default.nix

7 lines
67 B
Nix
Raw Normal View History

2023-08-13 19:28:37 +02:00
{ ... }: {
imports = [
./kanshi.nix
2023-08-20 16:18:04 +02:00
./ripgrep.nix
2023-08-13 19:28:37 +02:00
];
}