Files
nixos/modules/home-manager/programs/default.nix
2025-07-23 16:49:52 +02:00

11 lines
81 B
Nix

{
...
}:
{
imports = [
./helix.nix
./kitty.nix
./nvim.nix
];
}