Removed gnomeExtension input, removed workaround for nixGL

This commit is contained in:
Tyler Mayoff 2024-11-06 20:09:28 -05:00
parent 190c9a39f2
commit d65ec62e43
5 changed files with 33 additions and 73 deletions

View file

@ -9,8 +9,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixgl.url = "github:nix-community/nixGL";
gnomeExtensions.url = "github:honnip/nixpkgs/update-gnome-extensions";
helix.url = "github:helix-editor/helix";
};
@ -19,7 +17,6 @@
nixpkgs,
nixpkgs-unstable,
home-manager,
gnomeExtensions,
...
} @ inputs: let
inherit (self) outputs;