this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

maybe make plymouth work?

+6 -3
+1 -1
hosts/curve/default.nix
··· 1 - { self, profiles, suites, ... }: 1 + { self, pkgs, profiles, suites, ... }: 2 2 { 3 3 imports = [ 4 4 ./configuration.nix
+5 -2
pkgs/plymouth.nix
··· 3 3 pname = "plymouth-themes"; 4 4 version = "bf2f570bee8e84c5c20caac353cbe1d811a4745f"; 5 5 6 - src = pkgs.fetchGit { 6 + src = builtins.fetchGit { 7 7 url = "https://github.com/adi1090x/plymouth-themes"; 8 8 rev = "bf2f570bee8e84c5c20caac353cbe1d811a4745f"; 9 - sha256 = ""; 10 9 }; 11 10 12 11 buildInputs = [ ··· 22 21 23 22 installPhase = '' 24 23 cp -r pack_3/lone $out/share/plymouth/themes 24 + cp -r pack_3/motion $out/share/plymouth/themes 25 + cp -r pack_1/colorful_sliced $out/share/plymouth/themes 26 + cp -r pack_2/hexagon_2 $out/share/plymouth/themes 27 + cp -r pack_2/hexagon_dots_alt $out/share/plymouth/themes 25 28 cat pack_3/lone/lone.plymouth | sed "s@\/usr\/@$out\/@" > $out/share/plymouth/themes/lone/lone.plymouth 26 29 cat pack_3/motion/motion.plymouth | sed "s@\/usr\/@$out\/@" > $out/share/plymouth/themes/lone/lone.plymouth 27 30 cat pack_1/colorful_sliced/colorful_sliced.plymouth | sed "s@\/usr\/@$out\/@" > $out/share/plymouth/themes/lone/lone.plymouth