diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 15:40:03 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 15:40:03 -0400 |
| commit | 2d86b0dbd47ddb9fb3d68632e6a3ad1243936c49 (patch) | |
| tree | 6cc4fc5bb63292029c540b92d90f64592128b210 /modules | |
| parent | 3caa0c878b3e2443e97c1673413966186504af9e (diff) | |
| download | home-2d86b0dbd47ddb9fb3d68632e6a3ad1243936c49.tar.gz | |
idk
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/default.nix | 1 | ||||
| -rw-r--r-- | modules/firefox.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 601b51a..04285f0 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -4,6 +4,7 @@ ./aerc.nix ./scheme ./foot.nix + ./ghidra.nix ./mako.nix ./neovide.nix ./fuzzel.nix diff --git a/modules/firefox.nix b/modules/firefox.nix index 004eb63..f032956 100644 --- a/modules/firefox.nix +++ b/modules/firefox.nix @@ -31,6 +31,7 @@ in enable = true; nativeMessagingHosts = [ pkgs.tridactyl-native + pkgs.passff-host ]; policies = { DisableTelemetry = true; |