remove environment.nix properly ;-; and add missing semicolon
This commit is contained in:
parent
cef249607b
commit
1927bebfc4
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nano";
|
||||
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}"
|
||||
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue