chore: clean up path
This commit is contained in:
parent
35e0567b37
commit
e731c878a9
2 changed files with 20 additions and 30 deletions
|
|
@ -59,21 +59,9 @@
|
|||
pipewire
|
||||
lsd
|
||||
|
||||
lm_sensors
|
||||
|
||||
# Programming langs
|
||||
go
|
||||
nodejs
|
||||
opam
|
||||
stack
|
||||
cargo
|
||||
gcc
|
||||
|
||||
bend
|
||||
|
||||
localsend
|
||||
blueberry
|
||||
qbittorrent
|
||||
blueberry
|
||||
qbittorrent
|
||||
];
|
||||
|
||||
|
||||
|
|
@ -161,12 +149,12 @@
|
|||
size = 32;
|
||||
package =
|
||||
pkgs.runCommand "moveUp" { } ''
|
||||
mkdir -p $out/share/icons
|
||||
ln -s ${pkgs.fetchzip {
|
||||
url = url;
|
||||
hash = hash;
|
||||
}} $out/share/icons/${name}
|
||||
'';
|
||||
mkdir -p $out/share/icons
|
||||
ln -s ${pkgs.fetchzip {
|
||||
url = url;
|
||||
hash = hash;
|
||||
}} $out/share/icons/${name}
|
||||
'';
|
||||
};
|
||||
in
|
||||
getFrom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue