Merge pull request #47204 from matthewbauer/make-firefox-default
nixos: make firefox the default browser
This commit is contained in:
commit
eb1b55b38f
@ -11,5 +11,5 @@
|
|||||||
libinput.enable = true; # for touchpad support on many laptops
|
libinput.enable = true; # for touchpad support on many laptops
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.glxinfo ];
|
environment.systemPackages = [ pkgs.glxinfo pkgs.firefox ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user