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

@ -2,11 +2,6 @@
additions = final: _prev: import ../pkgs final.pkgs;
modifications = final: prev: {
gnomeExt = import inputs.gnomeExtensions {
system = final.system;
config.allowUnfree = true;
};
mods = {
};
};