1
0
Fork 0
puter/common/gitui.nix
2025-05-11 22:49:04 +02:00

6 lines
72 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.gitui
];
}