diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-27 09:14:49 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-27 09:14:49 -0700 |
| commit | 89eef710130c7fdf7368e74cd1e502c5ca38f96f (patch) | |
| tree | da2262174c0eef6c5cf315c55ac970eb85ecb78c | |
| parent | 1a42a018896cd2d81bf30ba7eabc165488e6beae (diff) | |
| download | nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.tar nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.tar.gz nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.tar.bz2 nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.tar.lz nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.tar.xz nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.tar.zst nix-89eef710130c7fdf7368e74cd1e502c5ca38f96f.zip | |
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 1 | ||||
| -rw-r--r-- | home/nipsy/arrakis.nix | 2 | ||||
| -rw-r--r-- | home/nipsy/caladan.nix | 2 | ||||
| -rw-r--r-- | home/nipsy/kaitain.nix | 2 | ||||
| -rw-r--r-- | hosts/common/core/default.nix | 1 |
5 files changed, 5 insertions, 3 deletions
@@ -257,6 +257,7 @@ pkgs.usbutils pkgs.util-linux pkgs.vim + pkgs.w3m pkgs.wdiff pkgs.wget pkgs.whois diff --git a/home/nipsy/arrakis.nix b/home/nipsy/arrakis.nix index c5c0137..8e619c1 100644 --- a/home/nipsy/arrakis.nix +++ b/home/nipsy/arrakis.nix @@ -17,7 +17,7 @@ #image/jpeg; asciiview -driver curses -dim -bold -reverse -normal -boldfont -extended -eight '%s'; description=JPEG image image/jpeg; sxiv '%s'; description=JPEG image image/png; sxiv '%s'; description=PNG image - text/html; lynx -dump %s; copiousoutput + text/html; w3m -dump -T text/html %s; copiousoutput #text/richtext; catdoc '%s'; copiousoutput; description=Microsoft Rich Text Format ''; ".mutt/aliases".source = ./arrakis/mutt/aliases; diff --git a/home/nipsy/caladan.nix b/home/nipsy/caladan.nix index 8e17e83..e7aea81 100644 --- a/home/nipsy/caladan.nix +++ b/home/nipsy/caladan.nix @@ -20,7 +20,7 @@ #image/jpeg; asciiview -driver curses -dim -bold -reverse -normal -boldfont -extended -eight '%s'; description=JPEG image image/jpeg; sxiv '%s'; description=JPEG image image/png; sxiv '%s'; description=PNG image - text/html; lynx -dump %s; copiousoutput + text/html; w3m -dump -T text/html %s; copiousoutput #text/richtext; catdoc '%s'; copiousoutput; description=Microsoft Rich Text Format ''; ".mutt/aliases".source = ./arrakis/mutt/aliases; diff --git a/home/nipsy/kaitain.nix b/home/nipsy/kaitain.nix index a450add..12b149b 100644 --- a/home/nipsy/kaitain.nix +++ b/home/nipsy/kaitain.nix @@ -21,7 +21,7 @@ ''; ".mailcap".text = '' - text/html; lynx -dump %s; copiousoutput + text/html; w3m -dump -T text/html %s; copiousoutput application/pdf; pdftotext '%s' -; copiousoutput; description=Adobe Portable Document Format ''; }; diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 67874e4..82054d4 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -97,6 +97,7 @@ pkgs.usbutils pkgs.util-linux pkgs.vim + pkgs.w3m pkgs.wdiff pkgs.wget pkgs.whois |
