From 1846554c254c0cb936fa9e311e14a4af185ab87b Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 9 May 2021 22:18:30 -0400 Subject: [PATCH] small things --- home-cli.nix | 3 ++- home-gui.nix | 3 +++ home-mac.nix | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/home-cli.nix b/home-cli.nix index bc74e28..e59ecb7 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -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 # tm, || for rule, 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 = diff --git a/home-gui.nix b/home-gui.nix index fa00f5a..da012b3 100644 --- a/home-gui.nix +++ b/home-gui.nix @@ -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 diff --git a/home-mac.nix b/home-mac.nix index 29f8624..7e538b7 100644 --- a/home-mac.nix +++ b/home-mac.nix @@ -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";