mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
switched nix-darwin repo
This commit is contained in:
parent
bfd1158232
commit
e3f30097ad
2 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
helix.url = "github:helix-editor/helix/25.01.1";
|
||||
stylix.url = "github:danth/stylix/release-24.11";
|
||||
darwin = {
|
||||
url = "github:lnl7/nix-darwin/master";
|
||||
url = "github:nix-darwin/nix-darwin/nix-darwin-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ in {
|
|||
uid = 502;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
system.primaryUser = "tyler.mayoff";
|
||||
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
|
|
@ -99,6 +100,7 @@ in {
|
|||
];
|
||||
|
||||
casks = [
|
||||
"ghostty"
|
||||
"firefox"
|
||||
"gpg-suite"
|
||||
"cursor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue