small things

master
Dustin Swan 3 years ago
parent d0e7fb7803
commit 1846554c25
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -5,7 +5,7 @@ let
in
{
home.packages = with pkgs; [
ripgrep fd wget nodejs deno yarn cargo mosh w3m bombadillo nnn urlview gnupg hexyl httpie cacert catimg tealdeer du-dust duplicati bitwarden-cli rage sd bottom magic-wormhole eva glow restic tig gitui pastel spotify-tui manix
ripgrep fd wget nodejs deno yarn cargo mosh w3m bombadillo nnn urlview gnupg hexyl httpie cacert catimg tealdeer du-dust duplicati bitwarden-cli rage sd bottom magic-wormhole eva glow restic tig gitui pastel spotify-tui manix weechat
ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es
];
@ -169,6 +169,7 @@ in
vim-table-mode # <space>tm, || for rule, <space>tt -> tableize csv
tabular # :Tabularize /, :Tabu (shortcut & guess the right thing)
vim-markdown # zr, zR, zm, zM, za, zA, zc, zC for folding
vim-gnupg
coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets
{
plugin = vim-easy-align; # gaip= -> align inner paragraph on first =, gaip*= -> align aroud all =

@ -24,6 +24,9 @@
};
key_bindings = [
{ key = "N"; mods = "Control|Shift"; action = "SpawnNewInstance"; }
{ key = "F"; mods = "Alt"; chars = "\\x1bf"; }
{ key = "B"; mods = "Alt"; chars = "\\x1bb"; }
# - { key: B, mods: Alt, chars: "\x1bb" }
];
background_opacity = 0.95;
colors = { # Nord

@ -11,6 +11,11 @@
'';
};
home.file.gitignore = {
target = ".gitignore";
text = ''Library'';
};
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";

Loading…
Cancel
Save