apps: temporarily display yubioath-flutter due to build failure
See https://github.com/NixOS/nixpkgs/issues/232092
This commit is contained in:
parent
51845831c0
commit
502be7214c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue