Add new config entry: darwin_work which follows the darwin system configuration but has another home config.
This commit is contained in:
parent
8ffc747537
commit
9b79fd3be8
3 changed files with 46 additions and 19 deletions
13
nix/pkgs/darwin_work.nix
Normal file
13
nix/pkgs/darwin_work.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(python311.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pip
|
||||
pythonPkgs.setuptools
|
||||
]))
|
||||
pcre
|
||||
ccache
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -119,8 +119,6 @@ in
|
|||
tree-sitter
|
||||
codelldb
|
||||
bottom
|
||||
python311
|
||||
pcre
|
||||
];
|
||||
|
||||
file = symlinkFiles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue