From 37f3c13bda9cbc91c0c80b65b2b3314289309b0a Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 6 Jul 2025 10:14:08 +0200 Subject: [PATCH 1/4] Disco: Install nmap --- hosts/Disco.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Disco.nix b/hosts/Disco.nix index f1fdcbf..0009bef 100644 --- a/hosts/Disco.nix +++ b/hosts/Disco.nix @@ -45,6 +45,7 @@ htop ncmpcpp usbutils # lsusb etc. + nmap file exiftool binwalk shellcheck From 8a75473306fedb0fa42081d14e64c3d2aae32e6e Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 6 Jul 2025 10:14:16 +0200 Subject: [PATCH 2/4] Disco: Install signal-desktop --- hosts/Disco.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Disco.nix b/hosts/Disco.nix index 0009bef..4c9cfda 100644 --- a/hosts/Disco.nix +++ b/hosts/Disco.nix @@ -80,6 +80,7 @@ tor-browser-bundle-bin libreoffice-fresh tdesktop + signal-desktop horizon-eda kicad-small # cura From c76cec7125b0a8e9527859aae88d2939cc48fa7e Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 6 Jul 2025 10:14:40 +0200 Subject: [PATCH 3/4] Add udev rule for STLink v2.1 --- hosts/development.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/development.nix b/hosts/development.nix index 7236f1a..52ca333 100644 --- a/hosts/development.nix +++ b/hosts/development.nix @@ -30,6 +30,9 @@ # ST-LINK/V2 SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE="0660", GROUP="plugdev" + # ST-LINK/V2.1 + SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3752", MODE="0660", GROUP="plugdev" + # WCH-LinkE SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8010", MODE="0660", GROUP="plugdev" From 408893cd7f1df368bfd7c06a42c867f1f6e88b90 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 6 Jul 2025 10:15:14 +0200 Subject: [PATCH 4/4] XFCE: Add GNOME font viewer --- hosts/xfce.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/xfce.nix b/hosts/xfce.nix index d2e996e..a9d5128 100644 --- a/hosts/xfce.nix +++ b/hosts/xfce.nix @@ -41,6 +41,7 @@ hackneyed blueman file-roller + gnome-font-viewer ]; security.pam.services.lightdm.enableGnomeKeyring = true; services.gnome.gnome-keyring.enable = true;