update
This commit is contained in:
parent
b4a8334eea
commit
6136ac5662
15 changed files with 954 additions and 827 deletions
11
systems/x86_64-linux/navis/pkgs/sddm-theme-minesddm.nix
Normal file
11
systems/x86_64-linux/navis/pkgs/sddm-theme-minesddm.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: let
|
||||
sources = import ../../../../_sources/generated.nix {inherit (pkgs) fetchurl fetchFromGitHub;};
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
inherit (sources.sddm-theme-minesddm) src pname version;
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/sddm/themes
|
||||
cp -aR $src/minesddm $out/share/sddm/themes
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue