mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
feat(terminal-utils): 📦 Add more terminal utilities
Added several useful terminal utilities to the NixOS configuration: - `moreutils` for additional Unix tools - `asciinema` and `asciinema-agg` for terminal recording - `dogdns` for DNS lookups - `ncdu` for disk usage analysis - `magic-wormhole-rs` for secure file transfers Also commented out `taskwarrior3` and `wormhole-william` for future reference.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
moreutils
|
||||||
file
|
file
|
||||||
upx
|
upx
|
||||||
dotenvx
|
dotenvx
|
||||||
@@ -30,11 +31,18 @@
|
|||||||
tealdeer
|
tealdeer
|
||||||
# skim #fzf better alternative in rust
|
# skim #fzf better alternative in rust
|
||||||
monolith
|
monolith
|
||||||
|
# taskwarrior3
|
||||||
|
asciinema
|
||||||
|
asciinema-agg
|
||||||
aria
|
aria
|
||||||
|
# wormhole-william
|
||||||
|
magic-wormhole-rs
|
||||||
# macchina #neofetch alternative in rust
|
# macchina #neofetch alternative in rust
|
||||||
|
dogdns
|
||||||
sd
|
sd
|
||||||
ouch
|
ouch
|
||||||
duf
|
duf
|
||||||
|
ncdu
|
||||||
du-dust
|
du-dust
|
||||||
fd
|
fd
|
||||||
jq
|
jq
|
||||||
|
Reference in New Issue
Block a user