refactoring

This commit is contained in:
Matt Nish-Lapidus 2025-06-01 15:54:24 -04:00
parent dc2414a72a
commit 6a748eae80
5 changed files with 96 additions and 101 deletions

View file

@ -135,10 +135,6 @@
enable = true;
package = (pkgs.ripgrep.override {withPCRE2 = true;});
};
thefuck = {
enableFishIntegration = true;
enable = true;
};
wezterm = {
enable = true;
package = inputs.wezterm.packages.${pkgs.system}.default;

View file

@ -31,7 +31,17 @@ let
tap-copy (tap-dance 150 (c C-c))
)
'';
basic-nav = ''
y home
u pgdn
i pgup
o end
h left
j down
k up
l right
'';
in
{
environment.systemPackages = [
@ -97,15 +107,7 @@ ${shared-alias}
- f11
= f12
y home
u pgdn
i pgup
o end
h left
j down
k up
l right
${basic-nav}
rsft up
menu down
@ -159,16 +161,7 @@ ${shared-alias}
@supesc lalt @ctrl-ret @spcnav @ctrl-ret ralt)
(deflayermap (navigation)
y home
u pgdn
i pgup
o end
h left
j down
k up
l right
${basic-nav}
___ _)
'';