Compare commits

...

2 commits

Author SHA1 Message Date
69717ef92b
hosts/dandelion: enable tailscale
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
2026-05-28 21:33:57 +10:00
d13f18a189
user/neovim{,-minimal}: set defaults to suppress warning 2026-05-28 21:21:49 +10:00
3 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@
nix-stable
packages
security
tailscale
wireguard
modules.services.banksia

View file

@ -9,6 +9,8 @@
vimAlias = true;
vimdiffAlias = true;
withNodeJs = false;
withPython3 = false;
withRuby = false;
plugins = with pkgs.vimPlugins; [
fzf-vim

View file

@ -17,6 +17,8 @@ in {
vimdiffAlias = true;
#package = pkgs.neovim-nightly;
withNodeJs = true;
withPython3 = true;
withRuby = false;
extraPackages = with pkgs; [
rust-analyzer