Compare commits
2 commits
de857dcfbf
...
69717ef92b
| Author | SHA1 | Date | |
|---|---|---|---|
| 69717ef92b | |||
| d13f18a189 |
3 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
nix-stable
|
||||
packages
|
||||
security
|
||||
tailscale
|
||||
wireguard
|
||||
|
||||
modules.services.banksia
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
withNodeJs = false;
|
||||
withPython3 = false;
|
||||
withRuby = false;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
fzf-vim
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ in {
|
|||
vimdiffAlias = true;
|
||||
#package = pkgs.neovim-nightly;
|
||||
withNodeJs = true;
|
||||
withPython3 = true;
|
||||
withRuby = false;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
rust-analyzer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue