Switching to firefox devedition
This commit is contained in:
parent
62b09a945d
commit
0e80b10806
3 changed files with 15 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Networking
|
||||
|
|
@ -38,6 +38,14 @@
|
|||
# Network services
|
||||
#services.openssh.enable = true;
|
||||
|
||||
# Firefox config
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-devedition;
|
||||
# Doesn't work ?
|
||||
# languagePacks = [ "fr" "en-US" ];
|
||||
};
|
||||
|
||||
#services.syncplay = {
|
||||
# enable = true;
|
||||
# port = 8998;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue