mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-03-13 15:29:48 -04:00
changed to try and fix policies
This commit is contained in:
parent
aa1a1e82ef
commit
b64aeaac7a
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
|
||||
wrapped-ff-nightly = pkgs.wrapFirefox mozff.packages.${pkgs.system}.firefox-nightly-bin {
|
||||
wrapped-ff-nightly = mozff.packages.${pkgs.system}.firefox-nightly-bin.override {
|
||||
extraPolicies = import ./policies.nix;
|
||||
};
|
||||
|
||||
|
@ -11,8 +11,7 @@ in
|
|||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = mozff.packages.${pkgs.system}.firefox-nightly-bin;
|
||||
policies = import ./policies.nix;
|
||||
package = wrapped-ff-nightly;
|
||||
|
||||
profiles.${config.home.username} = {
|
||||
name = "${config.home.username}";
|
||||
|
|
Loading…
Reference in a new issue