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