flake/users/guanranwang/home-manager/profiles/command-line/darwin/default.nix

12 lines
179 B
Nix
Raw Normal View History

2023-11-14 03:22:17 +00:00
{pkgs, ...}: {
imports = [../resources/common];
home.packages = with pkgs; [
### Outdated macOS components
coreutils
vim
gnugrep
openssh
screen
];
}