add librewolf
This commit is contained in:
parent
46d7876ec8
commit
d0bf9089d7
3 changed files with 12 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
./hosts/gabbielaptop/configuration.nix
|
||||
./modules/nh.nix
|
||||
./modules/waydroid.nix
|
||||
# Imports home-manager module for use within nixos
|
||||
# inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
./swaync.nix
|
||||
./flatpak.nix
|
||||
./sober.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
|
||||
|
|
10
home-manager/librewolf.nix
Normal file
10
home-manager/librewolf.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
"privacy.clearOnShutdown.downloads" = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue