diff --git a/default.nix b/default.nix index c508e22..5567ebc 100755 --- a/default.nix +++ b/default.nix @@ -76,7 +76,6 @@ in { hardware.enableRedistributableFirmware = true; environment.systemPackages = with pkgs; [ - openssh mosh unrar unzip micro curl wget diff --git a/hosts/goopnet-interface/default.nix b/hosts/goopnet-interface/default.nix index efd905c..0d5bb78 100755 --- a/hosts/goopnet-interface/default.nix +++ b/hosts/goopnet-interface/default.nix @@ -88,7 +88,6 @@ 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 deleted file mode 100644 index a21196a..0000000 --- a/modules/software/tools/noisetorch.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ 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