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

12
flake.lock generated
View file

@ -38,11 +38,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1715148395, "lastModified": 1715881912,
"narHash": "sha256-lRxjTxY3103LGMjWdVqntKZHhlmMX12QUjeFrQMmGaE=", "narHash": "sha256-e4LJk5uV1wvrRkffGFZekPWvFUx29NnnOahBlLaq8Ek=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "a4e2b7909fc1bdf30c30ef21d388fde0b5cdde4a", "rev": "ff1be1e3cdf884df0935ab28745ab13c3c26d828",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715534503, "lastModified": 1715787315,
"narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=", "narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2057814051972fa1453ddfb0d98badbea9b83c06", "rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
# Networking # Networking
@ -38,6 +38,14 @@
# Network services # Network services
#services.openssh.enable = true; #services.openssh.enable = true;
# Firefox config
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition;
# Doesn't work ?
# languagePacks = [ "fr" "en-US" ];
};
#services.syncplay = { #services.syncplay = {
# enable = true; # enable = true;
# port = 8998; # port = 8998;

View file

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