flake-managed zsh plugins

This commit is contained in:
LavaDesu 2021-07-14 11:02:42 +07:00
parent ced0bbf2a9
commit 1432ea461c
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 88 additions and 39 deletions

70
flake.lock generated
View file

@ -116,7 +116,11 @@
"home-manager": "home-manager",
"neovim-nightly": "neovim-nightly",
"nixpkgs": "nixpkgs",
"secrets": "secrets"
"secrets": "secrets",
"zsh-abbr": "zsh-abbr",
"zsh-fast-syntax-highlighting": "zsh-fast-syntax-highlighting",
"zsh-history-substring-search": "zsh-history-substring-search",
"zsh-pure": "zsh-pure"
}
},
"secrets": {
@ -133,6 +137,70 @@
"repo": "flakes-secrets",
"type": "github"
}
},
"zsh-abbr": {
"flake": false,
"locked": {
"lastModified": 1619965311,
"narHash": "sha256-+oOk2ePd4/OjmRP245Kb5ku/R1PAQCI6IJth7GbcnwQ=",
"owner": "olets",
"repo": "zsh-abbr",
"rev": "99af0455b7b86ff3894a4bcf73380be2d595fa54",
"type": "github"
},
"original": {
"owner": "olets",
"repo": "zsh-abbr",
"type": "github"
}
},
"zsh-fast-syntax-highlighting": {
"flake": false,
"locked": {
"lastModified": 1621022231,
"narHash": "sha256-rHdOnA0Y/i/ISDlriGrGDXr5rD2nZ4T7iuG7PFUVIFQ=",
"owner": "zdharma",
"repo": "fast-syntax-highlighting",
"rev": "817916dfa907d179f0d46d8de355e883cf67bd97",
"type": "github"
},
"original": {
"owner": "zdharma",
"repo": "fast-syntax-highlighting",
"type": "github"
}
},
"zsh-history-substring-search": {
"flake": false,
"locked": {
"lastModified": 1557707754,
"narHash": "sha256-Ptxik1r6anlP7QTqsN1S2Tli5lyRibkgGlVlwWZRG3k=",
"owner": "zsh-users",
"repo": "zsh-history-substring-search",
"rev": "0f80b8eb3368b46e5e573c1d91ae69eb095db3fb",
"type": "github"
},
"original": {
"owner": "zsh-users",
"repo": "zsh-history-substring-search",
"type": "github"
}
},
"zsh-pure": {
"flake": false,
"locked": {
"lastModified": 1626016475,
"narHash": "sha256-6j6QZtsA5ZgfXthYjXRrND2zAJwZx0/6WRI1f3c+2mE=",
"owner": "sindresorhus",
"repo": "pure",
"rev": "f4c6d79ba2417d63c8008b6acce628631fd462ec",
"type": "github"
},
"original": {
"owner": "sindresorhus",
"repo": "pure",
"type": "github"
}
}
},
"root": "root",