dotfiles/nix/home/programs/jj/default.nix
2024-02-03 23:18:58 -08:00

6 lines
66 B
Nix

{ pkgs, ... }:
{
programs.jujutsu = {
enable = true;
};
}