diff --git a/config/Wallpaper.nix b/config/Wallpaper.nix index 95e1f4b..120942c 100644 --- a/config/Wallpaper.nix +++ b/config/Wallpaper.nix @@ -1,12 +1,12 @@ { pkgs, lib, ... }: with lib; let - url = "https://i.imgur.com/OpZzgJZ.png"; - sha256 = "0rzcpqx4m6lg91nx465qs4flvnad4cqqr1prl0ky24r5vz3z87z5"; + url = "https://i.imgur.com/44bzkA9.jpeg"; + sha256 = "16xwi6n76vgkj97nqs9pxrd4px939izjfs7ns4qmylimkvmaiyd8"; forceContrastText = false; in { options = { module.wallpaper = { forceContrastText = mkOption { - default = lib.warnIf forceContrastText "Style : Forced text contrast." forceContrastText; + default = warnIf forceContrastText "Style : Forced text contrast." forceContrastText; type = types.bool; }; path = mkOption { diff --git a/module/Crypto.nix b/module/Crypto.nix index a82eccc..18e01a6 100644 --- a/module/Crypto.nix +++ b/module/Crypto.nix @@ -13,7 +13,7 @@ # Yubikey touch notification. # ISSUE: Not working on Sway with Mako for some reason. - # programs.yubikey-touch-detector.enable = true; + programs.yubikey-touch-detector.enable = true; environment.systemPackages = with pkgs; [ yubikey-manager