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 ffmpeg yt-dlp
socat nmap socat nmap
blahaj blahaj
stress
# Programming languages # Programming languages
jq jq

View File

@ -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
]; ];
} }

View File

@ -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
]); ]);

View File

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