Updating darwin to nixpkgs-unstable

This commit is contained in:
Tyler Mayoff 2025-05-01 11:31:12 -04:00
parent 1dcfaa82a9
commit 2b19363fbc
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
4 changed files with 33 additions and 21 deletions

View file

@ -21,6 +21,7 @@ in {
config = {
allowUnfree = true;
allowUnsupportedSystem = true;
};
hostPlatform = "aarch64-darwin";
@ -43,7 +44,7 @@ in {
shell = pkgs.fish;
};
security.pam.enableSudoTouchIdAuth = true;
security.pam.services.sudo_local.touchIdAuth = true;
environment.systemPackages = with pkgs; [
pinentry_mac
@ -61,10 +62,13 @@ in {
# android-tools
jdk17
# distrobox
conan
deno
basedpyright
taplo
];
homebrew = {
@ -96,6 +100,8 @@ in {
"unzip"
"xz"
"podman"
"llvm@18"
"llvm@19"
];
@ -103,9 +109,15 @@ in {
casks = [
"firefox"
"gpg-suite"
"cursor"
];
};
services.jankyborders = {
enable = true;
active_color = "0xFF95bcf9";
};
services.aerospace = {
enable = true;