mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
nix: add unstable overlay for audiobookshelf
This commit is contained in:
parent
9a0956d4c1
commit
3ed44aebd0
|
@ -21,6 +21,7 @@ in {
|
|||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
audiobookshelf = unstable.audiobookshelf;
|
||||
brave = prev.brave.override {commandLineArgs = "--gtk-version=4 --enable-wayland-ime";};
|
||||
catppuccin-gtk = prev.catppuccin-gtk.override {
|
||||
accents = ["mauve"];
|
||||
|
|
Loading…
Reference in a new issue