mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updating darwin to nixpkgs-unstable
This commit is contained in:
parent
1dcfaa82a9
commit
2b19363fbc
4 changed files with 33 additions and 21 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue