update flake, revert firefox to stable

trying to fix weird freezing issue firefox is having but nothing works
This commit is contained in:
Gabriella Bere 2025-05-03 18:05:04 +01:00
parent ac41eb0015
commit de8d18de2d
2 changed files with 44 additions and 48 deletions

View file

@ -1,11 +1,7 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
programs.firefox = {
enable = true;
# package = pkgs.librewolf;
package = pkgs.stable.firefox;
profiles.blue = {
isDefault = true;
id = 0;