From 1d77cba2331514be3075feda33327360acedacf2 Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 21 Dec 2024 10:34:01 +0100 Subject: [PATCH] Add stress, nicotine-plus, sshfs and ultlf --- home/common.nix | 1 + home/extras.nix | 17 ++++++++++++++++- nixos/graphical.nix | 1 + nixos/machines/foxhut/machine.nix | 1 + 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/home/common.nix b/home/common.nix index 99c9cb07..274399aa 100644 --- a/home/common.nix +++ b/home/common.nix @@ -27,6 +27,7 @@ in rec { ffmpeg yt-dlp socat nmap blahaj + stress # Programming languages jq diff --git a/home/extras.nix b/home/extras.nix index 8134f2af..5848ccf9 100644 --- a/home/extras.nix +++ b/home/extras.nix @@ -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 ]; } diff --git a/nixos/graphical.nix b/nixos/graphical.nix index a07fde2b..46859d5a 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -114,6 +114,7 @@ in libreoffice kicad-patch freecad-fem + nicotine-plus ]) ++ (with pkgs_2405; [ firefox ]); diff --git a/nixos/machines/foxhut/machine.nix b/nixos/machines/foxhut/machine.nix index 8830d6d9..a6586728 100644 --- a/nixos/machines/foxhut/machine.nix +++ b/nixos/machines/foxhut/machine.nix @@ -7,6 +7,7 @@ signal-desktop wireguard-tools cifs-utils + sshfs ]) ++ (with pkgs; [ prismlauncher ]);