chore: clean up path
This commit is contained in:
parent
35e0567b37
commit
e731c878a9
2 changed files with 20 additions and 30 deletions
|
|
@ -7,23 +7,25 @@
|
|||
ripgrep
|
||||
luarocks
|
||||
gnumake
|
||||
rustc
|
||||
(python3.withPackages (python-pkgs: [
|
||||
python-pkgs.pip
|
||||
]))
|
||||
wget
|
||||
julia
|
||||
gopls
|
||||
nixpkgs-fmt
|
||||
lua51Packages.lua
|
||||
tree-sitter
|
||||
|
||||
php83Packages.composer
|
||||
php83
|
||||
|
||||
fd
|
||||
|
||||
cargo
|
||||
cc
|
||||
go
|
||||
julia
|
||||
jdk22
|
||||
lua51Packages.lua
|
||||
node
|
||||
npm
|
||||
php83Packages.composer
|
||||
php83
|
||||
(python3.withPackages (python-pkgs: [
|
||||
python-pkgs.pip
|
||||
]))
|
||||
];
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
|
|
@ -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