flake/users/guanranwang/home-manager/profiles/command-line/darwin/default.nix
2023-11-15 20:55:27 +08:00

11 lines
179 B
Nix

{pkgs, ...}: {
imports = [../resources/common];
home.packages = with pkgs; [
### Outdated macOS components
coreutils
vim
gnugrep
openssh
screen
];
}