update to 25.05

This commit is contained in:
Khaïs COLIN 2025-07-11 21:36:10 +02:00
parent bafa9e2d2a
commit 9515e6ca89
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
4 changed files with 113 additions and 141 deletions

View file

@ -1,15 +1,15 @@
{
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";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix/release-24.11";
url = "github:danth/stylix/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -95,6 +95,7 @@
];
specialArgs = {
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
breezex-cursor = breezex-cursor.packages.${system}.default;
inherit mms;
};
};
@ -120,6 +121,7 @@
];
specialArgs = {
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
breezex-cursor = breezex-cursor.packages.${system}.default;
};
};
};