aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/vim.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/vim.nix b/gui/vim.nix
index cc2d906..31a626a 100644
--- a/gui/vim.nix
+++ b/gui/vim.nix
@@ -14,9 +14,11 @@
nvim-gui = import ./pkgs/nvim-gui.nix pkgs;
in [
nvim-gui
+ pkgs.xclip # required to access clipboard in nvim-gui
];
file.".config/nvim/ginit.vim".text = ''
+ set title
Guifont! Iosevka:h10
'';
};