Remove darwin_work
This commit is contained in:
parent
1c829674e4
commit
c8dc2a3c0f
3 changed files with 0 additions and 41 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(python311.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pip
|
||||
pythonPkgs.setuptools
|
||||
]))
|
||||
pcre
|
||||
ccache
|
||||
mkdocs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
homebrew = {
|
||||
brews = [
|
||||
"openjdk"
|
||||
"llvm"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue