diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; |