non important commit
This commit is contained in:
parent
909354351b
commit
7a07ecaa77
6 changed files with 2 additions and 2 deletions
9
configuration/modules/dots/quick_shell/package.nix
Normal file
9
configuration/modules/dots/quick_shell/package.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{stdenv}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "quickshell-config";
|
||||
version = "stable";
|
||||
src = ./config;
|
||||
installPhase = ''
|
||||
cp -r . $out
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue