feat: use neovim from unstable branch
This commit is contained in:
parent
d43905e973
commit
e8b1fbb1fb
5 changed files with 24 additions and 2 deletions
|
|
@ -9,6 +9,9 @@
|
|||
nixpkgs = {
|
||||
overlays = [
|
||||
(self: super: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = super.system;
|
||||
};
|
||||
mfcl3750cdwlpr = (super.callPackage ../overlays/mfcl3750cdw.nix { }).driver;
|
||||
mfcl3750cdwcupswrapper = (super.callPackage ../overlays/mfcl3750cdw.nix { }).cupswrapper;
|
||||
pppdf = (super.python3Packages.callPackage ../overlays/pppdf { });
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
parallel # shell tool for executing jobs in parallel
|
||||
mercurial # a fast, lightweight scm system for very large distributed projects
|
||||
wget # tool for retrieving files using http, https, and ftp
|
||||
neovim # vim text editor fork focused on extensibility and agility
|
||||
unstable.neovim-unwrapped # vim text editor fork focused on extensibility and agility
|
||||
neofetch # a fast, highly customizable system info script
|
||||
lsd # the next gen ls command
|
||||
eza # a modern, maintained replacement for ls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue