Fixed bugs and warnings.

This commit is contained in:
2026-03-28 17:05:49 +03:00
parent e7ab8c10d8
commit dccdcd4f18
5 changed files with 19 additions and 8 deletions
+1 -2
View File
@@ -13,8 +13,7 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
# Follow corresponding `release` branch from Home Manager
url = "github:nix-community/home-manager/release-25.11";
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};