mirror of
https://github.com/youwen5/nixos.git
synced 2025-03-14 05:01:12 -07:00
This commit is contained in:
parent
38843d990e
commit
6dfab5ab28
2 changed files with 13 additions and 0 deletions
8
reference/users/youwen/config/harper-ls/dictionary.txt
Normal file
8
reference/users/youwen/config/harper-ls/dictionary.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
NixOS
|
||||||
|
Vimming
|
||||||
|
distros
|
||||||
|
Luarocks
|
||||||
|
keybinds
|
||||||
|
formatters
|
||||||
|
transpiles
|
||||||
|
hyperextensible
|
|
@ -64,6 +64,11 @@
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."harper-ls" = {
|
||||||
|
source = ./config/harper-ls;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
# text/html; ~/.mutt/view_attachment.sh %s html; test=test -n "$DISPLAY"
|
# text/html; ~/.mutt/view_attachment.sh %s html; test=test -n "$DISPLAY"
|
||||||
home.file.".mailcap".text = ''
|
home.file.".mailcap".text = ''
|
||||||
text/html; ${pkgs.w3m}/bin/w3m %s; nametemplate=%s.html; needsterminal
|
text/html; ${pkgs.w3m}/bin/w3m %s; nametemplate=%s.html; needsterminal
|
||||||
|
|
Loading…
Reference in a new issue