1
This commit is contained in:
2022-11-13 16:34:44 +01:00
parent 773a6ff930
commit 2deaa30406
2 changed files with 3 additions and 3 deletions

View File

@ -276,7 +276,7 @@ in rec {
blender
godot
obs-studio
# vlc
vlc # Addition to mpv without any shaders etc
kdenlive
krita
inkscape

View File

@ -5,7 +5,7 @@ let
# By specifying this we can just add our derivation to derivations/default.nix and it will land here
additions = final: prev: import ../derivations { inherit inputs; pkgs = final; };
modifications = final: prev: {
modifications = final: prev: rec {
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; }; # Only kept as an example, has nothing to do with current dconf-editor-wrapped derivation
# Use dconf-editor.nix: { final, prev }: final.<package>.overrideAttrs (oldAttrs: { ... }) or sth similar
};