Switching to firefox devedition

This commit is contained in:
Lyes Saadi 2024-05-16 21:57:29 +02:00
parent 62b09a945d
commit 0e80b10806
No known key found for this signature in database
GPG key ID: 17418538BAA17767
3 changed files with 15 additions and 8 deletions

View file

@ -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;

View file

@ -17,7 +17,6 @@ let
in {
users.users.lyes.packages = with pkgs; [
# Web
firefox
fragments
dropbox
varia