mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
add impernance to hetzner
This commit is contained in:
parent
b5a3ffe099
commit
9490e11b82
3 changed files with 98 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, self, ... }:
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let cfg = config.jopejoe1.firefox;
|
||||
in {
|
||||
|
@ -193,7 +193,7 @@ in {
|
|||
};
|
||||
profiles = {
|
||||
default = {
|
||||
extensions = with self.inputs.firefox-addons.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
extensions = with pkgs.firefox-addons; [
|
||||
ublock-origin
|
||||
privacy-badger
|
||||
bitwarden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue