Changed nixos channel to 25.11, updated flake

This commit is contained in:
EsVagy42 2026-02-08 13:01:44 +01:00
parent e12108485e
commit 983c81850e
3 changed files with 14 additions and 13 deletions

View file

@ -2,9 +2,9 @@
description = "NixOS build";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager?ref=release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {