use flake input for gh-collaborators

This commit is contained in:
Noah Masur
2024-10-12 10:51:49 -04:00
parent 57c3719600
commit c594a0b161
3 changed files with 25 additions and 9 deletions

View File

@ -185,6 +185,11 @@
flake = false;
};
gh-collaborators = {
url = "github:katiem0/gh-collaborators";
flake = false;
};
# Nextcloud Apps
nextcloud-news = {
# https://github.com/nextcloud/news/releases
@ -260,7 +265,7 @@
(import ./overlays/mpv-scripts.nix inputs)
(import ./overlays/nextcloud-apps.nix inputs)
(import ./overlays/betterlockscreen.nix)
(import ./overlays/gh-collaborators.nix)
(import ./overlays/gh-collaborators.nix inputs)
(import ./overlays/ren-rep.nix inputs)
];