This commit is contained in:
Hadi 2024-08-23 10:52:35 +02:00
parent 574b0043ac
commit f27b66f878

View File

@ -30,7 +30,10 @@
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement"; vpnconfinement = {
url = "github:Maroka-chan/VPN-Confinement";
follows = "nixpkgs";
};
}; };
outputs = inputs@{ nixpkgs, ... }: { outputs = inputs@{ nixpkgs, ... }: {