neovim: use nixvim

This commit is contained in:
Elnu 2023-07-29 12:48:41 -07:00
parent 65899ddba7
commit 8f69062713
5 changed files with 257 additions and 8 deletions

View file

@ -9,6 +9,7 @@ let
lib = nixpkgs.lib;
hmImports = [
(import ./home.nix)
inputs.nixvim.homeManagerModules.nixvim
];
hmArgs = { inherit user configDir; };
in

View file

@ -1,4 +1,4 @@
{ config, pkgs, user, ... }:
{ inputs, config, pkgs, user, ... }:
let
theme = import ../modules/theme;
@ -21,7 +21,7 @@ in
../modules/todo-txt
../modules/fantasia-archive
];
];
home.file."./.background-image".source = theme.wallpaper;