ozone discord

This commit is contained in:
Noa Aarts 2024-02-29 23:48:45 +01:00
parent c87350f6a7
commit d0af942359
3 changed files with 11 additions and 35 deletions

View file

@ -21,10 +21,6 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [
(import ./electron-wayland.nix)
];
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
@ -428,7 +424,7 @@
"v"
];
key = "<leader>d";
action = "[[\"_d]]";
action = ''[["_d]]'';
options.desc = "Delete no without copying";
}
{
@ -437,13 +433,13 @@
"v"
];
key = "<leader>y";
action = "[[\"+y]]";
action = ''[["+y]]'';
options.desc = "Copy to system clipboard";
}
{
mode = "n";
key = "<leader>Y";
action = "[[\"+Y]]";
action = ''[["+Y]]'';
# TODO find out what this remap does
options.desc = "IDK";
}