nixbook: nixvim

nixbook: add more nixvim plugins
This commit is contained in:
Tristan 2024-07-30 13:29:13 +01:00 committed by tristan
parent 1868511631
commit 55a7e151d4
9 changed files with 470 additions and 193 deletions

View file

@ -8,6 +8,11 @@
}: let
user = config.user;
in {
imports = [
./modules/podman.nix
];
nix = {
settings = {
experimental-features = ["nix-command" "flakes"];
@ -113,10 +118,15 @@ in {
bind -n M-+ resize-pane -U 10
bind -n M-u copy-mode
bind -n M-p paste-buffer
bind -n M-n next-window
set-window-option -g mode-keys vi
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
set -g mouse on
bind -n "M-`" break-pane -d
'';
boot.kernel.sysctl = {