yep, more dotfiles

use upstream agenix

wiro.world 7186978f 0e4ab400

verified
+10 -10
+6 -6
flake.lock
··· 30 30 "locked": { 31 31 "lastModified": 1762618334, 32 32 "narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=", 33 - "owner": "mrnossiom", 33 + "owner": "ryantm", 34 34 "repo": "agenix", 35 35 "rev": "fcdea223397448d35d9b31f798479227e80183f6", 36 36 "type": "github" 37 37 }, 38 38 "original": { 39 - "owner": "mrnossiom", 39 + "owner": "ryantm", 40 40 "repo": "agenix", 41 41 "type": "github" 42 42 } ··· 592 592 ] 593 593 }, 594 594 "locked": { 595 - "lastModified": 1762912391, 596 - "narHash": "sha256-4hpBE7bGd24SfD28rzMdUGXsLsNEYxCCrTipFdoqoNM=", 595 + "lastModified": 1764161084, 596 + "narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=", 597 597 "owner": "nix-darwin", 598 598 "repo": "nix-darwin", 599 - "rev": "d76299b2cd01837c4c271a7b5186e3d5d8ebd126", 599 + "rev": "e95de00a471d07435e0527ff4db092c84998698e", 600 600 "type": "github" 601 601 }, 602 602 "original": { 603 603 "owner": "nix-darwin", 604 - "ref": "nix-darwin-25.05", 604 + "ref": "nix-darwin-25.11", 605 605 "repo": "nix-darwin", 606 606 "type": "github" 607 607 }
+2 -3
flake.nix
··· 8 8 home-manager.url = "github:nix-community/home-manager/release-25.11"; 9 9 home-manager.inputs.nixpkgs.follows = "nixpkgs"; 10 10 11 - # nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11"; 12 - nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.05"; 11 + nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11"; 13 12 nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; 14 13 15 14 stylix.url = "github:nix-community/stylix/release-25.11"; ··· 18 17 ## Miscellaneous 19 18 20 19 # agenix.url = "github:ryantm/agenix/0.15.0"; 21 - agenix.url = "github:mrnossiom/agenix"; 20 + agenix.url = "github:ryantm/agenix"; 22 21 agenix.inputs.nixpkgs.follows = "nixpkgs"; 23 22 agenix.inputs.home-manager.follows = "home-manager"; 24 23
+2 -1
home-manager/fragments/shell.nix
··· 29 29 git_status.disabled = true; 30 30 31 31 nix_shell = { 32 - format = "via [$symbol]($style) "; # Remove nix shell name 32 + # remove nix shell name 33 + format = "via [$symbol]($style)"; 33 34 symbol = " "; 34 35 }; 35 36 };