yep, more dotfiles

use upstream agenix

wiro.world 7186978f 0e4ab400

verified
Changed files
+10 -10
home-manager
fragments
+6 -6
flake.lock
···
"locked": {
"lastModified": 1762618334,
"narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=",
-
"owner": "mrnossiom",
+
"owner": "ryantm",
"repo": "agenix",
"rev": "fcdea223397448d35d9b31f798479227e80183f6",
"type": "github"
},
"original": {
-
"owner": "mrnossiom",
+
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
···
]
},
"locked": {
-
"lastModified": 1762912391,
-
"narHash": "sha256-4hpBE7bGd24SfD28rzMdUGXsLsNEYxCCrTipFdoqoNM=",
+
"lastModified": 1764161084,
+
"narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=",
"owner": "nix-darwin",
"repo": "nix-darwin",
-
"rev": "d76299b2cd01837c4c271a7b5186e3d5d8ebd126",
+
"rev": "e95de00a471d07435e0527ff4db092c84998698e",
"type": "github"
},
"original": {
"owner": "nix-darwin",
-
"ref": "nix-darwin-25.05",
+
"ref": "nix-darwin-25.11",
"repo": "nix-darwin",
"type": "github"
}
+2 -3
flake.nix
···
home-manager.url = "github:nix-community/home-manager/release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
-
# nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
-
nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.05";
+
nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
stylix.url = "github:nix-community/stylix/release-25.11";
···
## Miscellaneous
# agenix.url = "github:ryantm/agenix/0.15.0";
-
agenix.url = "github:mrnossiom/agenix";
+
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "home-manager";
+2 -1
home-manager/fragments/shell.nix
···
git_status.disabled = true;
nix_shell = {
-
format = "via [$symbol]($style) "; # Remove nix shell name
+
# remove nix shell name
+
format = "via [$symbol]($style)";
symbol = " ";
};
};