mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
editor nvim
This commit is contained in:
parent
47e36412bf
commit
c379bb21cc
|
@ -31,7 +31,7 @@
|
||||||
term = "alacritty"; # Default terminal command;
|
term = "alacritty"; # Default terminal command;
|
||||||
font = "Intel One Mono"; # Selected font
|
font = "Intel One Mono"; # Selected font
|
||||||
fontPkg = pkgs.intel-one-mono; # Font package
|
fontPkg = pkgs.intel-one-mono; # Font package
|
||||||
editor = "emacsclient"; # Default editor;
|
editor = "nvim"; # Default editor;
|
||||||
# editor spawning translator
|
# editor spawning translator
|
||||||
# generates a command that can be used to spawn editor inside a gui
|
# generates a command that can be used to spawn editor inside a gui
|
||||||
# EDITOR and TERM session variables must be set in home.nix or other module
|
# EDITOR and TERM session variables must be set in home.nix or other module
|
||||||
|
|
Loading…
Reference in a new issue