lavaridge: reenabled fpritnd with work around after #298211 merged to upstream nixpkgs-unstable

This commit is contained in:
Aly Raffauf 2024-03-26 16:59:38 -04:00
parent a8ff802cf5
commit 4d20a6ea6e
2 changed files with 7 additions and 7 deletions

View file

@ -72,11 +72,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1711163522,
"narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=",
"lastModified": 1711333969,
"narHash": "sha256-5PiWGn10DQjMZee5NXzeA6ccsv60iLu+Xtw+mfvkUAs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4",
"rev": "57e6b3a9e4ebec5aa121188301f04a6b8c354c9b",
"type": "github"
},
"original": {

View file

@ -38,11 +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;
# services.fprintd.enable = false;
home-manager.users.aly = import ../../home/aly-hyprland.nix;