feat(misc): wireguard nixin, passff, pinentry,..

This commit is contained in:
Florian Schmitt 2024-12-26 14:06:52 +03:00
parent 4d148f1644
commit e768a80700
5 changed files with 39 additions and 8 deletions

View file

@ -59,6 +59,7 @@
droidcam.enable = true;
firefox.enable = true;
firefox.languagePacks = [ "fr" ];
firefox.nativeMessagingHosts.packages = [ pkgs.passff-host ];
hyprland.enable = true;
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867