fix(nixvim): try to specify the package directly in flake.nix

This commit is contained in:
Khaïs COLIN 2024-08-13 13:27:42 +02:00
parent 098f6e9f62
commit 10301e5d35
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, nixvim-flake, river-shifttags, ... }: let
{ pkgs, nixvim, river-shifttags, ... }: let
username = "khais";
in {
home = {
@ -14,9 +14,7 @@ in {
# passwords
bitwarden-desktop
# editors
zed-editor
# nixvim
nixvim-flake.packages.${system}.default
zed-editor nixvim
# make clipboard yanking work in neovim
# https://superuser.com/a/1803183
wl-clipboard