Remove darwin_work

This commit is contained in:
Martin Larsson 2025-08-28 22:56:45 +02:00
parent 1c829674e4
commit c8dc2a3c0f
3 changed files with 0 additions and 41 deletions

View file

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