fix: fix customVim overlay in NixOS
This commit is contained in:
parent
d66f5362cb
commit
601f6b3373
|
@ -17,13 +17,13 @@ in {
|
|||
vimAlias = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
# customVim.tabline-vim
|
||||
# customVim.vim-astro
|
||||
# customVim.vim-caser
|
||||
# customVim.vim-heritage
|
||||
# customVim.vim-just
|
||||
# customVim.vim-textobj-xmlattr
|
||||
# customVim.vim-visual-star-search
|
||||
customVim.tabline-vim
|
||||
customVim.vim-astro
|
||||
customVim.vim-caser
|
||||
customVim.vim-heritage
|
||||
customVim.vim-just
|
||||
customVim.vim-textobj-xmlattr
|
||||
customVim.vim-visual-star-search
|
||||
|
||||
vimPlugins.comment-nvim
|
||||
vimPlugins.dial-nvim
|
||||
|
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
nixpkgs = import ../../shared/nixpkgs.nix { };
|
||||
in
|
||||
{
|
||||
nixpkgs = nixpkgs;
|
||||
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
@ -93,9 +98,6 @@
|
|||
packages = with pkgs; [ firefox ];
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs;
|
||||
|
|
|
@ -26,7 +26,7 @@ self: super: {
|
|||
owner = "NoahTheDuke";
|
||||
repo = "vim-just";
|
||||
rev = "838c9096d4c5d64d1000a6442a358746324c2123";
|
||||
sha256 = "51b8PxyKqBdeIvmmZyF2hpMBjkyrlZDdTB1opr5JZ7Y=";
|
||||
sha256 = "DSC47z2wOEXvo2kGO5JtmR3hyHPiYXrkX7MgtagV5h4=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue