refactor(nvim): move custom plugins to an overlay
This commit is contained in:
parent
6771dd33d4
commit
8a22a861d4
4 changed files with 87 additions and 72 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue