mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more style related changes
This commit is contained in:
parent
1de2a5aa0a
commit
5da82a8e80
12 changed files with 170 additions and 110 deletions
|
@ -10,9 +10,18 @@ stdenv.mkDerivation {
|
|||
hash = "sha256-OQjjOc9VnxJ7tWNmpHIMzNWX6WsavAOkgPwK1XAMwtE=";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
cd miku-cursor-linux
|
||||
|
||||
mkdir -p $out/share/icons/miku-cursor-linux
|
||||
cp -r * $out/share/icons/miku-cursor-linux
|
||||
install -m644 index.theme $out/share/icons/miku-cursor-linux/index.theme
|
||||
|
||||
|
||||
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue