feat: add powercord overlay

This commit is contained in:
Infinidoge 2021-09-19 19:24:06 -04:00
parent 384ad24a0b
commit 7e49884fe5

View file

@ -71,12 +71,16 @@
nixos = {
imports = [ (digga.lib.importOverlays ./overlays) ];
overlays = [
# --- DevOS Overlays
digga.overlays.patchedNix
nur.overlay
agenix.overlay
nvfetcher.overlay
deploy.overlay
./pkgs/default.nix
# --- Application-Specific Overlays
inputs.powercord-overlay.overlay
];
};
latest = { };