{stdenv}: stdenv.mkDerivation { pname = "quickshell-config"; version = "stable"; src = ./config; installPhase = '' cp -r . $out ''; }