format all code with alejandra
This commit is contained in:
parent
fa0cda2673
commit
4f0d45e4d5
89 changed files with 1605 additions and 1298 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ stdenv, fetchFromGitLab }:
|
||||
{
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sddm-sugar-candy";
|
||||
# latest master commit, no recent tags :(
|
||||
|
|
@ -10,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
cp -aR . $out/share/sddm/themes/sugar-candy
|
||||
'';
|
||||
|
||||
patches = [ ./custom-conf.patch ];
|
||||
patches = [./custom-conf.patch];
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "framagit.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue