Files
2026-02-20 14:08:18 -06:00

8 lines
77 B
Nix

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