configs/appserver/starship.nix
2024-05-20 12:24:36 +02:00

7 lines
81 B
Nix

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