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