non important commit

This commit is contained in:
maxstrb 2026-01-17 00:05:27 +01:00
parent 6038e7c83f
commit f8f4d55023
2 changed files with 20 additions and 3 deletions

View file

@ -3,8 +3,11 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-nvf.url = "github:nixos/nixpkgs/c0b0e0fddf73fd517c3471e546c0df87a42d53f4";
nvf = {
url = "github:notashelf/nvf/v0.8";
inputs.nixpkgs.follows = "nixpkgs-nvf";
};
home-manager = {
url = "github:nix-community/home-manager";