Initial nix-darwin config for mars

This commit is contained in:
2026-03-28 20:28:19 +01:00
parent bca195af38
commit a0e97dd1f5
3 changed files with 77 additions and 0 deletions

21
flake.lock generated
View File

@@ -1,5 +1,25 @@
{
"nodes": {
"darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1773000227,
"narHash": "sha256-zm3ftUQw0MPumYi91HovoGhgyZBlM4o3Zy0LhPNwzXE=",
"owner": "nix-darwin",
"repo": "nix-darwin",
"rev": "da529ac9e46f25ed5616fd634079a5f3c579135f",
"type": "github"
},
"original": {
"owner": "nix-darwin",
"repo": "nix-darwin",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@@ -155,6 +175,7 @@
},
"root": {
"inputs": {
"darwin": "darwin",
"fw_nix": "fw_nix",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",