feat: tealdeer + neovim as pager
This commit is contained in:
parent
bba4734670
commit
42fcb8b08b
25
common.nix
25
common.nix
@ -338,6 +338,12 @@ in
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
PAGER = "nvim -R";
|
||||||
|
MANPAGER = "nvim -R +Man!";
|
||||||
|
};
|
||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@ -575,11 +581,28 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tealdeer = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
display = {
|
||||||
|
use_pager = true;
|
||||||
|
};
|
||||||
|
updates = {
|
||||||
|
auto_update = true;
|
||||||
|
auto_update_interval_hours = 24;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
man = {
|
||||||
|
enable = true;
|
||||||
|
generateCaches = true;
|
||||||
|
};
|
||||||
|
|
||||||
hyprlock.enable = true;
|
hyprlock.enable = true;
|
||||||
zed-editor.enable = true;
|
zed-editor.enable = true;
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# X11
|
# X11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user