Everything except the actual mail config

This commit is contained in:
Smaug123
2024-04-05 23:52:43 +01:00
parent bf1dfe3d6d
commit aa3d08745a
2 changed files with 20 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
nixpkgs = pkgs;
username = "patrick";
dotnet = pkgs.dotnet-sdk_8;
mbsync = import ./mbsync.nix {inherit pkgs;};
};
in [
./home-manager/capybara-config.nix
@@ -96,6 +97,7 @@
nixpkgs = pkgs;
username = "patrick";
dotnet = pkgs.dotnet-sdk_8;
mbsync = import ./mbsync.nix {inherit pkgs;};
};
in [
./home-manager/earthworm-config.nix
@@ -123,6 +125,7 @@
username = "patrick";
dotnet = pkgs.dotnet-sdk_8;
whisper = whisper.packages.${system};
mbsync = import ./mbsync.nix {inherit pkgs;};
};
in [
./darwin-configuration.nix