fixing a typo in environment variables
This commit is contained in:
parent
8a41a67507
commit
b37e4bc179
|
@ -114,8 +114,8 @@ Notice how I am including all of my software here. It may be a big file, but hav
|
||||||
# Set default shell to be dash for speed
|
# Set default shell to be dash for speed
|
||||||
# environment.binsh = "${pkgs.dash}/bin/dash";
|
# environment.binsh = "${pkgs.dash}/bin/dash";
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "emacsclient -t"
|
EDITOR = "emacsclient -t";
|
||||||
VISUAL = "emacsclient -c"
|
VISUAL = "emacsclient -c";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
# Set default shell to be dash for speed
|
# Set default shell to be dash for speed
|
||||||
# environment.binsh = "${pkgs.dash}/bin/dash";
|
# environment.binsh = "${pkgs.dash}/bin/dash";
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "emacsclient -t"
|
EDITOR = "emacsclient -t";
|
||||||
VISUAL = "emacsclient -c"
|
VISUAL = "emacsclient -c";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue