rm overlays fot stuff we dont use anymore

This commit is contained in:
cy 2025-04-01 17:08:22 -04:00
parent 97da2848c6
commit 6a3a5d0cfd
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
8 changed files with 0 additions and 139 deletions

View file

@ -1,12 +1,4 @@
{ inputs }:
let
overlays = [
./zipline
./bitwarden
./attic
];
importedOverlays = map (m: import m) overlays;
in
[
(
final: prev:
@ -26,4 +18,3 @@ in
}
)
]
++ importedOverlays