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