Add stress, nicotine-plus, sshfs and ultlf
This commit is contained in:
parent
56a7f015e3
commit
1d77cba233
|
@ -27,6 +27,7 @@ in rec {
|
||||||
ffmpeg yt-dlp
|
ffmpeg yt-dlp
|
||||||
socat nmap
|
socat nmap
|
||||||
blahaj
|
blahaj
|
||||||
|
stress
|
||||||
|
|
||||||
# Programming languages
|
# Programming languages
|
||||||
jq
|
jq
|
||||||
|
|
|
@ -110,9 +110,24 @@ rec {
|
||||||
sha256 = "sha256-FXkb7JQ+CYAKnOgIkeOxPovjVfIOn3xUQHWUT2oCIEM=";
|
sha256 = "sha256-FXkb7JQ+CYAKnOgIkeOxPovjVfIOn3xUQHWUT2oCIEM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ultlf = pkgs.fetchurl {
|
||||||
|
name = "ultlf";
|
||||||
|
url = "https://github.com/ultlang/ultlf/raw/refs/heads/main/files/ultlf.ttf";
|
||||||
|
|
||||||
|
downloadToTemp = true;
|
||||||
|
recursiveHash = true;
|
||||||
|
|
||||||
|
postFetch = ''
|
||||||
|
mkdir -p $out/share/fonts/opentype
|
||||||
|
mv $downloadedFile $out/share/fonts/opentype
|
||||||
|
'';
|
||||||
|
|
||||||
|
sha256 = "sha256-k2qpSSydBKUJGIqSC7Wb0maO/z6YYB29vgBCBuvBlYg=";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
all = [
|
all = [
|
||||||
qr-generator qr-paste
|
qr-generator qr-paste
|
||||||
sax2 manrope metrophobic cleanvertising stencila uzura
|
sax2 manrope metrophobic cleanvertising stencila uzura ultlf
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,6 +114,7 @@ in
|
||||||
libreoffice
|
libreoffice
|
||||||
kicad-patch
|
kicad-patch
|
||||||
freecad-fem
|
freecad-fem
|
||||||
|
nicotine-plus
|
||||||
]) ++ (with pkgs_2405; [
|
]) ++ (with pkgs_2405; [
|
||||||
firefox
|
firefox
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
signal-desktop
|
signal-desktop
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
cifs-utils
|
cifs-utils
|
||||||
|
sshfs
|
||||||
]) ++ (with pkgs; [
|
]) ++ (with pkgs; [
|
||||||
prismlauncher
|
prismlauncher
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user