mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add w3m
This commit is contained in:
parent
4feb8efb85
commit
4deca09953
3 changed files with 14 additions and 0 deletions
12
modules/w3m/default.nix
Normal file
12
modules/w3m/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ulib, pkgs, ... }: with ulib; merge
|
||||
|
||||
(systemPackages (with pkgs; [
|
||||
w3m
|
||||
]))
|
||||
|
||||
(homeConfiguration {
|
||||
programs.nushell.shellAliases = {
|
||||
ddg = "w3m lite.duckduckgo.com";
|
||||
web = "w3m";
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue