nixos/modules/desktop/default.nix

6 lines
35 B
Nix
Raw Normal View History

2023-07-08 18:39:19 +04:00
{
imports = [
./kitty
];
}