Update nix-darwin and home-manager

This commit is contained in:
Natsu Kagami 2022-05-05 12:27:12 -04:00
parent ede105b28a
commit 9fb22cb082
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 9 additions and 9 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1640117230,
"narHash": "sha256-W7LXeJavyIzNfNaoEsK65sEaCGqE9MVWvK0xSzNR4ls=",
"lastModified": 1650976225,
"narHash": "sha256-PGM65SQHS63Dd5MmLJo3GJsZP9lJVZmpWxluQoG1Dt8=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "5851d9613edf8b2279746c7e5b9faac55ff17e8a",
"rev": "bb3baef6e115ae47bc2ab4973bd3a486488485b0",
"type": "github"
},
"original": {
@ -79,11 +79,11 @@
]
},
"locked": {
"lastModified": 1639871969,
"narHash": "sha256-6feWUnMygRzA9tzkrfAzpA5/NBYg75bkFxnqb1DtD7E=",
"lastModified": 1651519540,
"narHash": "sha256-3k6p8VsTwwRPQjE8rrMh+o2AZACZn/eeYJ7ivdQ/Iro=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "697cc8c68ed6a606296efbbe9614c32537078756",
"rev": "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0",
"type": "github"
},
"original": {

View file

@ -22,7 +22,7 @@ with lib;
monospace = lib.mkBefore [ "IBM Plex Mono" ];
};
};
} else {}) // (if (strings.hasSuffix "darwin" pkgs.system) then {
enableFontDir = true;
} else {});
} else { }) // (if (strings.hasSuffix "darwin" pkgs.system) then {
fontDir.enable = true;
} else { });
}