this actually might be it
This commit is contained in:
parent
5541426fd0
commit
906495daf0
5 changed files with 87 additions and 90 deletions
14
modules/nixos/multimedia/web/firefox/default.nix
Normal file
14
modules/nixos/multimedia/web/firefox/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ username, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tor-browser
|
||||
firefox-esr
|
||||
];
|
||||
|
||||
environment.persistence."/nix/config" = {
|
||||
users."${username}".directories = [
|
||||
".config/mozilla"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue