diff options
| author | Grisha Shipunov | 2025-02-23 02:34:20 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-23 02:34:20 +0100 |
| commit | e9625f41c4c0d5b4f99bee89a4e5d398bbb1cf24 (patch) | |
| tree | f0140b24c03fde7f2485a6ae77bb172ac26d061b | |
| parent | 2669f23735f6913675e3ed04de7af3d04249f05c (diff) | |
software changes
| -rw-r--r-- | modules/basic-tools/default.nix | 2 | ||||
| -rw-r--r-- | modules/sway.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index d5e81d3..a917168 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -39,7 +39,6 @@ exfatprogs nmap bind - nnn lf man-pages unzip @@ -50,6 +49,7 @@ sshfs whois mtr + joshuto ] ++ ( if config.networking.hostName == "toaster" then diff --git a/modules/sway.nix b/modules/sway.nix index 44ee647..47f5698 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -27,6 +27,7 @@ in audacity spotify-player zathura + ncdu ]; # Enable sound. |
