apps: re-enable yubioath-flutter

See See https://github.com/NixOS/nixpkgs/issues/232092
inky
Elnu 12 months ago
parent 614cc7c871
commit 846c2e12f2

@ -25,7 +25,7 @@ in
extraPackages = lib.mkOverride 0 [];
};
};
#udev.packages = [ pkgs.yubikey-personalization ];
udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true;
gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things
gvfs.enable = true; # For Trash
@ -33,7 +33,7 @@ in
xdg.portal.enable = true;
#environment.systemPackages = with pkgs; [ yubioath-flutter ];
environment.systemPackages = with pkgs; [ yubioath-flutter ];
environment.sessionVariables = {
# GTK Theme won't display with GTK4 (e.g. nautilus) otherwise

Loading…
Cancel
Save