a very large amount of testing took place, adding librewolf is proving to be a pain since the unstable version fails to build

This commit is contained in:
Gabriella Bere 2024-08-26 19:58:51 +01:00
parent f3a2d6c808
commit 501935bab6
5 changed files with 105 additions and 49 deletions

View file

@ -10,7 +10,7 @@
./swaync.nix
./flatpak.nix
./sober.nix
./librewolf.nix
# ./librewolf.nix
];
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed
@ -20,7 +20,6 @@
home.packages = [
# Add grimblast screenshot tool
pkgs.grimblast
pkgs.librewolf
];
home.sessionVariables = {

View file

@ -1,7 +1,8 @@
{ config, ... }:
{ config, pkgs, stablepkgs, ... }:
{
programs.librewolf = {
enable = true;
package = stablepkgs.librewolf;
settings = {
"privacy.clearOnShutdown.history" = false;
"privacy.clearOnShutdown.downloads" = false;