flocon/config/home-manager/programs/browsers/default.nix

4 lines
78 B
Nix

{
imports = [./firefox.nix];
home.sessionVariables.BROWSER = "firefox";
}