Compare commits
No commits in common. "cb440990c42d5fe374898b1785a1027ff70c0aac" and "c6cd81555378cb170888dfe48e107ad3fe653228" have entirely different histories.
cb440990c4
...
c6cd815553
@ -6,10 +6,11 @@
|
|||||||
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 }:
|
inputs@{ self, nixpkgs, nixos-unstable, home-manager, vim-extra-plugins }:
|
||||||
let
|
let
|
||||||
x64System = "x86_64-linux";
|
x64System = "x86_64-linux";
|
||||||
darwinSystem = "aarch64-darwin";
|
darwinSystem = "aarch64-darwin";
|
||||||
@ -21,6 +22,7 @@
|
|||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
overlays = [
|
overlays = [
|
||||||
(final: prev: { inherit unstable; })
|
(final: prev: { inherit unstable; })
|
||||||
|
vim-extra-plugins.overlays.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -41,6 +41,8 @@
|
|||||||
(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 = ''
|
||||||
|
@ -10,12 +10,7 @@
|
|||||||
user = "root";
|
user = "root";
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user