more nvim config
This commit is contained in:
parent
586f01ac58
commit
123fd7b129
10 changed files with 171 additions and 61 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
with lib.hm.gvariant;
|
||||
let
|
||||
|
@ -120,7 +120,7 @@ in {
|
|||
} // generate_custom_keybindings {
|
||||
"terminal" = {
|
||||
binding = "<Super>Return";
|
||||
command = "kgx";
|
||||
command = "${pkgs.kitty}/bin/kitty";
|
||||
name = "Open Terminal";
|
||||
};
|
||||
"firefox" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue