Add new config entry: darwin_work which follows the darwin system configuration but has another home config.

This commit is contained in:
Martin Larsson 2025-02-26 01:07:36 +01:00
parent 8ffc747537
commit 9b79fd3be8
3 changed files with 46 additions and 19 deletions

13
nix/pkgs/darwin_work.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
home = {
packages = with pkgs; [
(python311.withPackages (pythonPkgs: [
pythonPkgs.pip
pythonPkgs.setuptools
]))
pcre
ccache
];
};
}

View file

@ -119,8 +119,6 @@ in
tree-sitter
codelldb
bottom
python311
pcre
];
file = symlinkFiles;