dotfiles/.config/nix/systems/mkCommon.nix

7 lines
53 B
Nix

{ pkgs, ... }:
{
packages = [
pkgs.zsh
];
}