9670fa4b0f
This reverts commit c9944b411e
.
Causes infinite recursion, revert for now while exploring possible
solutions.
7 lines
228 B
Nix
7 lines
228 B
Nix
final: prev: {
|
|
sddm-chili =
|
|
prev.callPackage ./applications/display-managers/sddm/themes/chili { };
|
|
dejavu_nerdfont = prev.callPackage ./data/fonts/dejavu-nerdfont { };
|
|
purs = prev.callPackage ./shells/zsh/purs { };
|
|
}
|