pkgs - remove

This commit is contained in:
2024-03-02 15:17:31 +01:00
parent e7787db9f8
commit 1a7954c197
2 changed files with 0 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
{ lib, stdenv, sddm, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "sddm-sugar-dark";
version = "1.2";
src = fetchFromGitHub {
owner = "MarianArlt";
repo = "sddm-sugar-dark";
rev = "v${version}";
hash = "sha256-C3qB9hFUeuT5+Dos2zFj5SyQegnghpoFV9wHvE9VoD8=";
};
dontBuild = true;
postInstall = ''
mkdir -p "$out/share/sddm/themes/"
mv src "$out/share/sddm/themes/."
'';
}

Binary file not shown.