created gui dir

This commit is contained in:
Richie Cahill
2024-06-09 10:29:30 -04:00
parent 5ec4863d2b
commit 8b87c80c79
8 changed files with 55 additions and 12 deletions

View File

@ -45,6 +45,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";