Use vpngate's flake.nix

This commit is contained in:
2025-04-06 22:03:10 -04:00
parent 4c07653d59
commit 83d4bc1e92
8 changed files with 76 additions and 33 deletions

View File

@@ -15,8 +15,8 @@
url = "github:nix-community/nixvim/nixos-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
# stylix.url = "https://flakehub.com/f/danth/stylix/*";
stylix.url = "github:danth/stylix/release-24.11";
vpngate.url = "github:davegallant/vpngate";
};
outputs =
@@ -28,6 +28,7 @@
nixpkgs,
nixpkgs-unstable,
stylix,
vpngate,
...
}@inputs:
{
@@ -43,6 +44,7 @@
specialArgs = {
inherit fh;
inherit unstable;
inherit vpngate;
};
modules = [
./fonts.nix