configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 14:17:11 -04:00
parent ec390d1f9c
commit eeca795d8a
3 changed files with 27 additions and 6 deletions

View file

@ -9,13 +9,27 @@
tab q w e r t y u i o p [ ] \
caps a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lctl lmet lalt spc ralt rmet
lctl nlck lmet lalt spc ralt rmet slck
)
(defalias
ctrlesc (tap-hold 100 esc lctrl)
sp-lsft (tap-hold 100 \( lsft)
sp-rsft (tap-hold 100 \) lsft)
hypr C-A-M-S)
(deflayer qwerty
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] \
lctrl a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lctl lalt lmet spc rmet ralt
@ctrlesc a s d f g h j k l ; ' ret
@sp-lsft z x c v b n m , . / @sp-rsft
@hypr lctl lalt lmet spc rmet ralt @hypr
)
(deflayer fkeys
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 bspc
- - - - - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - -
)

View file

@ -41,6 +41,12 @@
wezterm
emacs
fish
fishPlugins.foreign-env
fishPlugins.z
fishPlugins.fzf
fishPlugins.fifc
fishPlugins.bass
fishPlugins.autopair
starship
lazygit
nnn

View file

@ -163,8 +163,8 @@
# enable fish and launch it from bash for interactive shells
programs.fish.enable = true;
programs.bash = {
interactiveShellInit = ''
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
interactiveShellInit = ''
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
then
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=""
exec ${pkgs.fish}/bin/fish $LOGIN_OPTION
@ -187,6 +187,7 @@
rsync
#kanata
kmonad
fishPlugins.foriegn-env
];
#systemd.services.kanata = {