This commit is contained in:
2025-12-07 19:04:23 +03:00
parent 978060c5ef
commit 8c848be9e2
7 changed files with 187 additions and 33 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};