apps: re-enable yubioath-flutter

See See https://github.com/NixOS/nixpkgs/issues/232092
This commit is contained in:
Elnu 2023-05-24 13:31:01 -07:00
parent 614cc7c871
commit 846c2e12f2

View file

@ -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