mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
fix: editor binding
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
terminal = "wezterm";
|
terminal = "wezterm";
|
||||||
editor = "neovim";
|
editor = "wezterm -e nvim";
|
||||||
browser = "firefox";
|
browser = "firefox";
|
||||||
filemanager = "thunar";
|
filemanager = "thunar";
|
||||||
in {
|
in {
|
||||||
|
Reference in New Issue
Block a user