Fediversity/infra/vm02179/configuration.nix

7 lines
80 B
Nix

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