Compare commits

...

2 Commits

Author SHA1 Message Date
Giulio De Pasquale
cb440990c4 ssh: Add UCSB robbins server 2022-11-14 12:32:58 +01:00
Giulio De Pasquale
8773a28f89 flake, neovim: Removed vim-extra-plugins 2022-11-14 12:27:38 +01:00
3 changed files with 7 additions and 6 deletions

View File

@ -6,11 +6,10 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
vim-extra-plugins.url = "github:m15a/nixpkgs-vim-extra-plugins";
}; };
outputs = outputs =
inputs@{ self, nixpkgs, nixos-unstable, home-manager, vim-extra-plugins }: inputs@{ self, nixpkgs, nixos-unstable, home-manager }:
let let
x64System = "x86_64-linux"; x64System = "x86_64-linux";
darwinSystem = "aarch64-darwin"; darwinSystem = "aarch64-darwin";
@ -22,7 +21,6 @@
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ overlays = [
(final: prev: { inherit unstable; }) (final: prev: { inherit unstable; })
vim-extra-plugins.overlays.default
]; ];
}; };

View File

@ -41,8 +41,6 @@
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
nvim-treesitter-textobjects nvim-treesitter-textobjects
minimap-vim minimap-vim
pkgs.vimExtraPlugins.leap-nvim
]; ];
extraConfig = '' extraConfig = ''

View File

@ -11,6 +11,11 @@
identityFile = "~/.ssh/architectproxy"; identityFile = "~/.ssh/architectproxy";
}; };
"192.35.222.32" = {
user = "giulio";
identityFile = "~/.ssh/gitlab-ucsb";
};
"tommy.devs.giugl.io" = { "tommy.devs.giugl.io" = {
user = "giulio"; user = "giulio";
identityFile = "~/.ssh/tommypc"; identityFile = "~/.ssh/tommypc";