chore: clean up path

This commit is contained in:
Noa Aarts 2024-07-23 22:02:57 +02:00
parent 35e0567b37
commit e731c878a9
2 changed files with 20 additions and 30 deletions

View file

@ -7,23 +7,25 @@
ripgrep ripgrep
luarocks luarocks
gnumake gnumake
rustc
(python3.withPackages (python-pkgs: [
python-pkgs.pip
]))
wget wget
julia
gopls
nixpkgs-fmt nixpkgs-fmt
lua51Packages.lua
tree-sitter tree-sitter
php83Packages.composer
php83
fd fd
cargo
cc
go
julia
jdk22 jdk22
lua51Packages.lua
node
npm
php83Packages.composer
php83
(python3.withPackages (python-pkgs: [
python-pkgs.pip
]))
]; ];
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;

View file

@ -59,21 +59,9 @@
pipewire pipewire
lsd lsd
lm_sensors
# Programming langs
go
nodejs
opam
stack
cargo
gcc
bend
localsend localsend
blueberry blueberry
qbittorrent qbittorrent
]; ];
@ -161,12 +149,12 @@
size = 32; size = 32;
package = package =
pkgs.runCommand "moveUp" { } '' pkgs.runCommand "moveUp" { } ''
mkdir -p $out/share/icons mkdir -p $out/share/icons
ln -s ${pkgs.fetchzip { ln -s ${pkgs.fetchzip {
url = url; url = url;
hash = hash; hash = hash;
}} $out/share/icons/${name} }} $out/share/icons/${name}
''; '';
}; };
in in
getFrom getFrom