mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Set default EDITOR
This commit is contained in:
@@ -235,7 +235,10 @@
|
||||
};
|
||||
};
|
||||
home = {
|
||||
sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
EDITOR = "hx";
|
||||
};
|
||||
stateVersion = "22.11";
|
||||
packages = with pkgs; [
|
||||
libreoffice
|
||||
|
||||
Reference in New Issue
Block a user