Update OS
All checks were successful
check / check (push) Successful in 35s

This commit is contained in:
Florian RICHER 2025-02-16 14:46:30 +01:00
parent 20599680bf
commit 055425a899
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 259 additions and 269 deletions

View file

@ -11,7 +11,10 @@
inputs.systems.follows = "systems";
};
nur.url = "github:nix-community/NUR";
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";