Rename pkgs dir to home dir, add x86 and aarch specific linux home
modules
This commit is contained in:
parent
8ad94f53e3
commit
d32ba1b498
11 changed files with 26 additions and 72 deletions
14
nix/home/darwin_work.nix
Normal file
14
nix/home/darwin_work.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(python311.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pip
|
||||
pythonPkgs.setuptools
|
||||
]))
|
||||
pcre
|
||||
ccache
|
||||
mkdocs
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue