nixpkgs: Update nixpkgs-unstable and home-manager

This commit is contained in:
Alexander Kobjolke 2023-08-06 21:47:55 +02:00
parent fc62e3d62f
commit 1644897563
2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View file

@ -144,11 +144,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687473300, "lastModified": 1691312444,
"narHash": "sha256-4LflQpktYFiub8xVhEN9EZf1cYsr09md01rBJZRCGCc=", "narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "70ac18872a5f1a57a4546ff58888bf67a8bbb5b3", "rev": "903e06d734bcae48efb79b9afd51b406d2744179",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -329,11 +329,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1687412861, "lastModified": 1691186842,
"narHash": "sha256-Z/g0wbL68C+mSGerYS2quv9FXQ1RRP082cAC0Bh4vcs=", "narHash": "sha256-wxBVCvZUwq+XS4N4t9NqsHV4E64cPVqQ2fdDISpjcw0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e603dc5f061ca1d8a19b3ede6a8cf9c9fcba6cdc", "rev": "18036c0be90f4e308ae3ebcab0e14aae0336fe42",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -79,8 +79,8 @@ in {
}; };
fonts = { fonts = {
enableDefaultFonts = true; enableDefaultPackages = true;
fonts = with pkgs; [ packages = with pkgs; [
corefonts corefonts
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-emoji