Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set neovim as default editor (why didn't I do that earlier?)

bpavuk 9206d502 e282e1c5

+7
+4
nixos/home/development/default.nix
··· 21 21 home.packages = with pkgs; [ 22 22 jetbrains-toolbox 23 23 ]; 24 + 25 + home.sessionVariables = { 26 + EDITOR = "nvim"; 27 + }; 24 28 }
+2
nixos/home/development/neovim.nix
··· 11 11 ripgrep 12 12 luarocks 13 13 ]; 14 + 15 + defaultEditor = true; 14 16 }; 15 17 }; 16 18
+1
nixos/home/development/zsh.nix
··· 18 18 enable = true; 19 19 }; 20 20 }; 21 + environmentVariables = config.home.sessionVariables; 21 22 }; 22 23 23 24 programs.pay-respects = {