apps: temporarily display yubioath-flutter due to build failure

See https://github.com/NixOS/nixpkgs/issues/232092
inky
Elnu 1 year ago
parent 51845831c0
commit 502be7214c

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