refactor(nvim): move custom plugins to an overlay

This commit is contained in:
Oliver Davies 2023-03-22 23:21:57 +00:00
parent 6771dd33d4
commit 8a22a861d4
4 changed files with 87 additions and 72 deletions

View file

@ -1,5 +1,8 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
let
nixpkgs = import ../shared/nixpkgs.nix { };
in
{
imports = [
../../home-manager/modules/common.nix
@ -9,6 +12,8 @@
../../home-manager/modules/zsh.nix
];
nixpkgs = nixpkgs;
fonts.fontconfig.enable = true;
home.packages = with pkgs; [