config.nix/system/shell.nix

10 lines
117 B
Nix

{ config, pkgs, ... }:
{
environment = {
systemPackages = with pkgs; [
fish
coreutils
]
}
}