Skip to content

Commit 11c142c

Browse files
Set MOZCONFIG env variable
1 parent 364ab07 commit 11c142c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/home-manager/mozconfig/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
home.file.".mozconfig/mozconfig-ff-dbg".source = ./mozconfig-ff-dbg;
33
home.file.".mozconfig/mozconfig-ff-rel-dbg".source = ./mozconfig-ff-rel-dbg;
44
home.file.".mozconfig/mozconfig-ff-rel-opt".source = ./mozconfig-ff-rel-opt;
5+
6+
home.sessionVariables = {
7+
MOZCONFIG = ./mozconfig-ff-dbg;
8+
};
59
}

0 commit comments

Comments
 (0)