mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add separate neovim config for manpager use
This commit is contained in:
parent
ccba5306de
commit
ea63eea40b
6 changed files with 31 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
];
|
||||
|
||||
home = {
|
||||
extraOutputsToInstall = ["doc" "devdoc"];
|
||||
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
||||
packages = with pkgs; [
|
||||
git-lfs
|
||||
d2
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
zathura
|
||||
];
|
||||
|
||||
# TODO neovim directtly opening file has different syntax
|
||||
# TODO neovim reopening file should continue at the previous position
|
||||
# TODO thunderbird doesn't use passwords from password command
|
||||
# TODO rotating wallpaper
|
||||
# TODO thunderbird date time format is wrong even though this is C.utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue