mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Removed gnomeExtension input, removed workaround for nixGL
This commit is contained in:
parent
190c9a39f2
commit
d65ec62e43
5 changed files with 33 additions and 73 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue