From 78f053c6229fb0e717bca7251636f4615f06bca7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 29 Sep 2024 22:09:26 +0300 Subject: [PATCH] Wallpaper : Botw dog. --- config/Wallpaper.nix | 6 +++--- module/Crypto.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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