feat: add powercord overlay
This commit is contained in:
parent
384ad24a0b
commit
7e49884fe5
1 changed files with 4 additions and 0 deletions
|
@ -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 = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue