Files
nixos-config/modules/home/jujutsu.nix
Christoph Schmatzler c5f2af61a6 qup
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-09-02 12:59:18 +00:00

6 lines
51 B
Nix

{
programs.jujutsu = {
enable = true;
};
}