summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3ef3c99..3c6bc38 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,6 +9,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ nixGL = {
+ url = "github:nix-community/nixGL";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
nur.url = "github:nix-community/NUR";
stylix.url = "github:danth/stylix";
systems.url = "github:nix-systems/default-linux";