fix: fix customVim overlay in NixOS

This commit is contained in:
Oliver Davies 2023-04-05 18:00:00 +01:00
parent d66f5362cb
commit 601f6b3373
3 changed files with 13 additions and 11 deletions

View file

@ -17,13 +17,13 @@ in {
vimAlias = true; vimAlias = true;
plugins = with pkgs; [ plugins = with pkgs; [
# customVim.tabline-vim customVim.tabline-vim
# customVim.vim-astro customVim.vim-astro
# customVim.vim-caser customVim.vim-caser
# customVim.vim-heritage customVim.vim-heritage
# customVim.vim-just customVim.vim-just
# customVim.vim-textobj-xmlattr customVim.vim-textobj-xmlattr
# customVim.vim-visual-star-search customVim.vim-visual-star-search
vimPlugins.comment-nvim vimPlugins.comment-nvim
vimPlugins.dial-nvim vimPlugins.dial-nvim

View file

@ -4,7 +4,12 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let
nixpkgs = import ../../shared/nixpkgs.nix { };
in
{ {
nixpkgs = nixpkgs;
imports = [ # Include the results of the hardware scan. imports = [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
@ -93,9 +98,6 @@
packages = with pkgs; [ firefox ]; packages = with pkgs; [ firefox ];
}; };
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;

View file

@ -26,7 +26,7 @@ self: super: {
owner = "NoahTheDuke"; owner = "NoahTheDuke";
repo = "vim-just"; repo = "vim-just";
rev = "838c9096d4c5d64d1000a6442a358746324c2123"; rev = "838c9096d4c5d64d1000a6442a358746324c2123";
sha256 = "51b8PxyKqBdeIvmmZyF2hpMBjkyrlZDdTB1opr5JZ7Y="; sha256 = "DSC47z2wOEXvo2kGO5JtmR3hyHPiYXrkX7MgtagV5h4=";
}; };
}; };