Skip to content

Commit

Permalink
flake: format
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Nov 15, 2023
1 parent a26349b commit 96d553b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
home-manager.nixosModules.default
{
nixpkgs = {
overlays = shared_overlays;
config.permittedInsecurePackages = [
"zotero-6.0.26"
];
};
overlays = shared_overlays;
config.permittedInsecurePackages = [
"zotero-6.0.26"
];
};
}
]
++ (nixpkgs.lib.attrValues self.nixosModules);
Expand Down

0 comments on commit 96d553b

Please sign in to comment.