720 current 2024-05-30 01:42:39 24.11.20240527.9ca3f64 6.9.1-zen1 *
This commit is contained in:
parent
e90c48beb4
commit
0ddb6b423a
4 changed files with 14 additions and 11 deletions
|
|
@ -78,11 +78,11 @@ in {
|
|||
lazy-nix-helper-nvim
|
||||
lazy-nvim
|
||||
];
|
||||
extraLuaPackages = with pkgs; [
|
||||
lua51Packages.lua-curl
|
||||
lua51Packages.nvim-nio
|
||||
lua51Packages.xml2lua
|
||||
lua51Packages.mimetypes
|
||||
extraLuaPackages = ps: [
|
||||
ps.lua-curl
|
||||
ps.nvim-nio
|
||||
ps.xml2lua
|
||||
ps.mimetypes
|
||||
];
|
||||
extraLuaConfig = ''
|
||||
local plugins = {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ with pkgs; {
|
|||
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
|
||||
du = getExe du-dust;
|
||||
ps = getExe procs;
|
||||
deploy = "nixos-rebuild switch --flake ~/nixos#pluto --target-host zack@zackmyers.io --use-remote-sudo";
|
||||
m = "mkdir -p";
|
||||
fcd = "cd $(find -type d | fzf)";
|
||||
l = "ls -lF --time-style=long-iso --icons";
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ in {
|
|||
"${mod},M,exit"
|
||||
"${mod},P,pseudo"
|
||||
|
||||
"${mod},B,exec,${pkgs.kitty}/bin/kitty \"${pkgs.tmux}/bin/tmux -d -s work '${pkgs.neovim}/bin/nvim'\""
|
||||
|
||||
"${mod},J,togglesplit,"
|
||||
|
||||
"${mod},T,togglegroup," # group focused window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue