4 lines
78 B
Nix
4 lines
78 B
Nix
{
|
|
imports = [./firefox.nix];
|
|
home.sessionVariables.BROWSER = "firefox";
|
|
}
|