mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
lavaridge: temporarily disabled fprintd
This commit is contained in:
parent
b675bc8f0b
commit
b702c3f4e0
|
@ -38,9 +38,11 @@
|
|||
# nixpkgs.config.chromium.commandLineArgs = "--ozone-platform=wayland";
|
||||
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
services.fprintd.package = pkgs.fprintd.overrideAttrs {
|
||||
mesonCheckFlags = [ "--no-suite" "fprintd:TestPamFprintd" ];
|
||||
};
|
||||
# services.fprintd.package = pkgs.fprintd.overrideAttrs {
|
||||
# mesonCheckFlags = [ "--no-suite" "fprintd:TestPamFprintd" ];
|
||||
# };
|
||||
|
||||
services.fprintd.enable = false;
|
||||
|
||||
home-manager.users.aly = import ../../home/aly-hyprland.nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue