Merge pull request #47204 from matthewbauer/make-firefox-default

nixos: make firefox the default browser
This commit is contained in:
Matthew Bauer 2018-09-23 18:45:03 -05:00 committed by GitHub
commit eb1b55b38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,5 @@
libinput.enable = true; # for touchpad support on many laptops
};
environment.systemPackages = [ pkgs.glxinfo ];
environment.systemPackages = [ pkgs.glxinfo pkgs.firefox ];
}