mirror of
https://github.com/nmasur/dotfiles
synced 2025-12-16 11:22:41 +00:00
Compare commits
2 Commits
ceca1ffd5a
...
6064fdb0e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6064fdb0e0 | ||
|
|
5cf27d6d66 |
@@ -17,7 +17,7 @@ in
|
|||||||
|
|
||||||
# Set Chawan as the default app for manual pages
|
# Set Chawan as the default app for manual pages
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
MANPAGER = "${lib.getExe pkgs.chawan} -T text/x-ansi";
|
MANPAGER = "${pkgs.chawan}/bin/mancha";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ in
|
|||||||
pkgs.age # Encryption
|
pkgs.age # Encryption
|
||||||
pkgs.bc # Calculator
|
pkgs.bc # Calculator
|
||||||
pkgs.bottom # System monitor (top)
|
pkgs.bottom # System monitor (top)
|
||||||
|
pkgs.csvlens # CSV viewer (easier than visidata)
|
||||||
pkgs.delta # Fancy diffs
|
pkgs.delta # Fancy diffs
|
||||||
pkgs.difftastic # Other fancy diffs
|
pkgs.difftastic # Other fancy diffs
|
||||||
pkgs.doggo # DNS client (dig)
|
pkgs.doggo # DNS client (dig)
|
||||||
|
|||||||
Reference in New Issue
Block a user