non important commit

This commit is contained in:
benstrb 2026-03-08 09:49:11 +01:00
parent 909354351b
commit 7a07ecaa77
6 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{stdenv}:
stdenv.mkDerivation {
pname = "quickshell-config";
version = "stable";
src = ./config;
installPhase = ''
cp -r . $out
'';
}