25.05 switch and spicy update

This commit is contained in:
Julian Sutter 2025-08-04 14:12:35 -07:00
parent f93fe7e308
commit 56f926d5c0
3 changed files with 20 additions and 20 deletions

View file

@ -2,11 +2,11 @@
description = "Julian's system configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05";
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {