From eba9476089376537ff7c32ca81449e97ff12639b Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Fri, 22 Nov 2024 16:15:52 -0800 Subject: [PATCH 1/2] noisetorch --- hosts/goopnet-interface/default.nix | 1 + modules/software/tools/noisetorch.nix | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 modules/software/tools/noisetorch.nix diff --git a/hosts/goopnet-interface/default.nix b/hosts/goopnet-interface/default.nix index 0d5bb78..efd905c 100755 --- a/hosts/goopnet-interface/default.nix +++ b/hosts/goopnet-interface/default.nix @@ -88,6 +88,7 @@ tools.gpg.enable = true; tools.mpv.enable = true; tools.rbw.enable = true; + tools.noisetorch.enable = true; }; }; } diff --git a/modules/software/tools/noisetorch.nix b/modules/software/tools/noisetorch.nix new file mode 100644 index 0000000..a21196a --- /dev/null +++ b/modules/software/tools/noisetorch.nix @@ -0,0 +1,14 @@ +{ config, lib, ... }: + +with lib; +let + cfg = config.modules.software.tools.noisetorch; +in { + options.modules.software.tools.noisetorch = { + enable = mkEnableOption "Enable noisetorch, a microphone noise supression tool"; + }; + + config = mkIf cfg.enable { + programs.noisetorch.enable = true; + }; +} \ No newline at end of file From c22bdf926f80c34ef4a01e091be9cd0eb7c798e7 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Fri, 22 Nov 2024 16:36:03 -0800 Subject: [PATCH 2/2] mosh+ssh in default packages --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 5567ebc..c508e22 100755 --- a/default.nix +++ b/default.nix @@ -76,6 +76,7 @@ in { hardware.enableRedistributableFirmware = true; environment.systemPackages = with pkgs; [ + openssh mosh unrar unzip micro curl wget