flake: remove NUR dependency

This commit is contained in:
Leonardo Eugênio 2023-12-11 16:00:05 -03:00
parent 6b45e2fb35
commit b1f17cf793
3 changed files with 0 additions and 20 deletions

View file

@ -1,6 +1,5 @@
{ inputs, packages, ... }: rec {
all = [
nur
scripts
sway
themes
@ -10,7 +9,6 @@
lib_extended
];
nur = inputs.nur.overlay;
scripts = (import ../scripts);
sway = (import ./sway.nix);