fix: widar firefox config

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-08 17:14:00 +02:00
parent c8010868c7
commit 378e85b050
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -1,4 +1,5 @@
{pkgs, ...}: { { pkgs, ... }:
{
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -69,7 +70,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(firefox.override {extraNativeMessagingHosts = [passff-host];}) (firefox.override { nativeMessagingHosts = [ passff-host ]; })
vim vim
wget wget
git git
@ -82,7 +83,10 @@
lact lact
]; ];
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = [
"nix-command"
"flakes"
];
services.tailscale.enable = true; services.tailscale.enable = true;