From 73b9bf063ebf07b7982ca0e7fb6c1f6e0b4a47fd Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Sun, 27 Jul 2025 18:17:35 -0400 Subject: [PATCH] update 25.05 --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- .../graphical/browsers/firefox/default.nix | 2 +- .../home/programs/graphical/ghostty/default.nix | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 4316915..c277ec6 100755 --- a/flake.lock +++ b/flake.lock @@ -138,16 +138,16 @@ ] }, "locked": { - "lastModified": 1747688870, - "narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", + "lastModified": 1753592768, + "narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=", "owner": "nix-community", "repo": "home-manager", - "rev": "d5f1f641b289553927b3801580598d200a501863", + "rev": "fc3add429f21450359369af74c2375cb34a2d204", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-24.11", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -222,16 +222,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1751274312, - "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=", + "lastModified": 1753345091, + "narHash": "sha256-CdX2Rtvp5I8HGu9swBmYuq+ILwRxpXdJwlpg8jvN4tU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674", + "rev": "3ff0e34b1383648053bba8ed03f201d3466f90c9", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7bc73ff..03bd012 100755 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "NixOS Hosts"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; disko.url = "github:nix-community/disko"; snowfall-lib = { @@ -10,7 +10,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; apple-silicon = { diff --git a/modules/home/programs/graphical/browsers/firefox/default.nix b/modules/home/programs/graphical/browsers/firefox/default.nix index 45c9c2c..5b3c0e8 100644 --- a/modules/home/programs/graphical/browsers/firefox/default.nix +++ b/modules/home/programs/graphical/browsers/firefox/default.nix @@ -53,7 +53,7 @@ in settings = mkOpt attrs { } "Settings to apply to the profile."; - extensions = mkOpt (with lib.types; listOf package) + extensions.packages = mkOpt (with lib.types; listOf package) (with pkgs.firefox-addons; [ bitwarden darkreader diff --git a/modules/home/programs/graphical/ghostty/default.nix b/modules/home/programs/graphical/ghostty/default.nix index f82e214..0a763af 100755 --- a/modules/home/programs/graphical/ghostty/default.nix +++ b/modules/home/programs/graphical/ghostty/default.nix @@ -59,7 +59,7 @@ in thefuck fastfetch bashInteractive - (nerdfonts.override { fonts = [ "Meslo" ]; }) + nerd-fonts.meslo-lg ] ++ optionals isLinux [ # Pending Darwin @ https://github.com/NixOS/nixpkgs/pull/369788 ghostty