Skip to content

Commit

Permalink
Install chawan in Linux for the TUI web browser
Browse files Browse the repository at this point in the history
Resolves GH-736
Might be related in GH-740
  • Loading branch information
kachick committed Aug 21, 2024
1 parent b9a241f commit 18ad335
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ with pkgs;
# `tldr` rust client, tealdeer is another candidate.
# Do not inject this tlrc package in macOS, it is broken even in stable NixOS channel. See GH-720
tlrc

# Alt w3m
# Do not install in dawin yet: https://github.com/NixOS/nixpkgs/blob/b4b293ec6c61e846d69224ea0637411283e2ad39/pkgs/by-name/ch/chawan/package.nix#L82
# Keybindigs: https://git.sr.ht/~bptato/chawan/tree/master/item/res/config.toml
edge-pkgs.chawan # `cha`
])
++ (lib.optionals stdenv.isDarwin [
# https://github.com/NixOS/nixpkgs/issues/240819
Expand Down
2 changes: 2 additions & 0 deletions nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@
podman-tui
docker-compose

edge-pkgs.chawan

## Unfree packages

(edge-pkgs.vscode.override (prev: {
Expand Down

0 comments on commit 18ad335

Please sign in to comment.