This commit is contained in:
Kopatz
2025-03-18 16:27:20 +01:00
parent 923ab37209
commit cc32af7b80
131 changed files with 2383 additions and 2224 deletions

View File

@@ -1,15 +1,15 @@
{ pkgs }:
pkgs.stdenv.mkDerivation {
name = "sddm-astronaut-theme";
src = pkgs.fetchFromGitHub {
owner = "totoro-ghost";
repo = "sddm-astronaut";
hash = "sha256-j8pJvBml2LWxXNw1e/cSVXV+6w+K1lahv0uK1B9OYn0=";
rev = "6726b5e951a13d308bf17aa09e91a349d82c997b";
};
installPhase = ''
mkdir -p $out
cp -R ./* $out/
'';
name = "sddm-astronaut-theme";
src = pkgs.fetchFromGitHub {
owner = "totoro-ghost";
repo = "sddm-astronaut";
hash = "sha256-j8pJvBml2LWxXNw1e/cSVXV+6w+K1lahv0uK1B9OYn0=";
rev = "6726b5e951a13d308bf17aa09e91a349d82c997b";
};
installPhase = ''
mkdir -p $out
cp -R ./* $out/
'';
}