neovim: use nixvim
This commit is contained in:
parent
65899ddba7
commit
8f69062713
5 changed files with 257 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue