nixos/overlays/default.nix

6 lines
49 B
Nix
Raw Normal View History

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