mirror of
https://github.com/srid/nixos-config.git
synced 2026-03-17 13:15:15 +08:00
cleanup inputs
This commit is contained in:
parent
cc2efd13ba
commit
ed7a74ddc4
3 changed files with 0 additions and 46 deletions
34
flake.lock
generated
34
flake.lock
generated
|
|
@ -180,22 +180,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"himalaya": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1647810768,
|
||||
"narHash": "sha256-CXchZbXX7NH2ZXeAoPph3qxxdcAdDVZLBmOMwxFu+Yo=",
|
||||
"owner": "soywod",
|
||||
"repo": "himalaya",
|
||||
"rev": "fe8f9eab7c4f1e7c470ac8cea48594d38580f8dc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "soywod",
|
||||
"repo": "himalaya",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
|
@ -460,14 +444,12 @@
|
|||
"darwin": "darwin",
|
||||
"flake-utils": "flake-utils",
|
||||
"hercules-ci-agent": "hercules-ci-agent",
|
||||
"himalaya": "himalaya",
|
||||
"home-manager": "home-manager",
|
||||
"neovim-nightly-overlay": "neovim-nightly-overlay",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixos-shell": "nixos-shell",
|
||||
"nixos-vscode-server": "nixos-vscode-server",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"vim-eldar": "vim-eldar",
|
||||
"zk-nvim": "zk-nvim"
|
||||
}
|
||||
},
|
||||
|
|
@ -501,22 +483,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"vim-eldar": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1579240147,
|
||||
"narHash": "sha256-O4TaWcrlhjqGIvAf6QvzUgE3ExcbTELR9JKc9waarMQ=",
|
||||
"owner": "agude",
|
||||
"repo": "vim-eldar",
|
||||
"rev": "6c7117688e654abe89246a9baa42ab2ee8dd1304",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "agude",
|
||||
"repo": "vim-eldar",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"zk-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@
|
|||
# Vim & its plugins (not in nixpkgs)
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
neovim-nightly-overlay.inputs.neovim-flake.url = "github:neovim/neovim/v0.7.0?dir=contrib";
|
||||
vim-eldar.url = "github:agude/vim-eldar";
|
||||
vim-eldar.flake = false;
|
||||
himalaya.url = "github:soywod/himalaya";
|
||||
himalaya.flake = false;
|
||||
zk-nvim.url = "github:mickael-menu/zk-nvim";
|
||||
zk-nvim.flake = false;
|
||||
coc-rust-analyzer.url = "github:fannheyward/coc-rust-analyzer";
|
||||
|
|
|
|||
|
|
@ -45,14 +45,6 @@ in
|
|||
dracula-vim
|
||||
gruvbox
|
||||
papercolor-theme
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "eldar";
|
||||
src = inputs.vim-eldar;
|
||||
})
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "himalaya";
|
||||
src = inputs.himalaya + /vim;
|
||||
})
|
||||
|
||||
{
|
||||
plugin = lualine-nvim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue