home-manager/programs/default.nix

6 lines
35 B
Nix
Raw Normal View History

2023-10-09 20:18:11 +00:00
{
imports = [
./kitty.nix
];
}