fix(nixvim): try to specify the package directly in flake.nix
This commit is contained in:
parent
098f6e9f62
commit
10301e5d35
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue