This commit is contained in:
Spectre 2024-06-06 23:29:31 +02:00
parent e70c266659
commit 5749f4c6ab
2 changed files with 258 additions and 1 deletions

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/release-25.05";
nixpkgs-stable.url = "github:NixOS/nixpkgs/release-24.05";
flake-utils.url = "github:numtide/flake-utils";
home-manager = {