feat(homix): update configuration
Extract `river` configuration into a `home-manager` module Fix `xkb` configuration Unpin `neovim-nightly-overlay`: - https://github.com/nix-community/neovim-nightly-overlay/pull/166 - https://github.com/nix-community/neovim-nightly-overlay/pull/167
This commit is contained in:
parent
e122d8ba94
commit
e86d916ae8
10 changed files with 122 additions and 67 deletions
|
@ -123,6 +123,9 @@
|
|||
"MOZ_DISABLE_RDD_SANDBOX" = "1";
|
||||
"EGL_PLATFORM" = "wayland";
|
||||
"XDG_CURRENT_DESKTOP" = "sway"; # river
|
||||
"XKB_DEFAULT_LAYOUT" = "us,bg";
|
||||
"XKB_DEFAULT_VARIANT" = ",phonetic";
|
||||
"XKB_DEFAULT_OPTIONS" = "caps:escape,grp:lalt_lshift_toggle";
|
||||
};
|
||||
|
||||
### Wayland specific
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue