my bpd is killing me again
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
system.nixos = {
|
||||
extraOSReleaseArgs = {
|
||||
LOGO="ocbwoy3-system";
|
||||
LOGO="boykisser";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
BIN
hosts/default/packages/ocbwoy3-icons/boykisser.png
Normal file
BIN
hosts/default/packages/ocbwoy3-icons/boykisser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 138 KiB |
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchgit, pkg-config, wayland, wayland-protocols, wlr-protocols, wayland-scanner, libspng, pkgs }:
|
||||
{ lib, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ocbwoy3-system-icons";
|
||||
@@ -9,10 +9,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
# my (possible) bpd is killing me wtf
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/icons/hicolor/{128x128,256x256,512x512}/apps
|
||||
for size in 128x128 256x256 512x512; do
|
||||
cp ./logo.png $out/share/icons/hicolor/$size/apps/ocbwoy3-system.png
|
||||
cp ./gay-boykisser.png $out/share/icons/hicolor/$size/apps/gay-boykisser.png
|
||||
cp ./boykisser.png $out/share/icons/hicolor/$size/apps/boykisser.png
|
||||
done
|
||||
'';
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
Reference in New Issue
Block a user