mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: add default editor option and configuration
This commit is contained in:
parent
f889514d7d
commit
2823e5284e
3 changed files with 12 additions and 4 deletions
|
@ -84,10 +84,6 @@ in
|
|||
inputs.viminal.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
# tells electron apps to use Wayland
|
||||
environment.sessionVariables = lib.mkIf cfg.waylandFixes {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue