Add stress, nicotine-plus, sshfs and ultlf

This commit is contained in:
xenia 2024-12-21 10:34:01 +01:00
parent 56a7f015e3
commit 1d77cba233
4 changed files with 19 additions and 1 deletions

View File

@ -27,6 +27,7 @@ in rec {
ffmpeg yt-dlp
socat nmap
blahaj
stress
# Programming languages
jq

View File

@ -110,9 +110,24 @@ rec {
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 = [
qr-generator qr-paste
sax2 manrope metrophobic cleanvertising stencila uzura
sax2 manrope metrophobic cleanvertising stencila uzura ultlf
];
}

View File

@ -114,6 +114,7 @@ in
libreoffice
kicad-patch
freecad-fem
nicotine-plus
]) ++ (with pkgs_2405; [
firefox
]);

View File

@ -7,6 +7,7 @@
signal-desktop
wireguard-tools
cifs-utils
sshfs
]) ++ (with pkgs; [
prismlauncher
]);