Wallpaper : Botw dog.

This commit is contained in:
Dmitry Voronin 2024-09-29 22:09:26 +03:00
parent 628cd36ce6
commit 78f053c622
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
{ pkgs, lib, ... }: with lib; let { pkgs, lib, ... }: with lib; let
url = "https://i.imgur.com/OpZzgJZ.png"; url = "https://i.imgur.com/44bzkA9.jpeg";
sha256 = "0rzcpqx4m6lg91nx465qs4flvnad4cqqr1prl0ky24r5vz3z87z5"; sha256 = "16xwi6n76vgkj97nqs9pxrd4px939izjfs7ns4qmylimkvmaiyd8";
forceContrastText = false; forceContrastText = false;
in { in {
options = { options = {
module.wallpaper = { module.wallpaper = {
forceContrastText = mkOption { forceContrastText = mkOption {
default = lib.warnIf forceContrastText "Style : Forced text contrast." forceContrastText; default = warnIf forceContrastText "Style : Forced text contrast." forceContrastText;
type = types.bool; type = types.bool;
}; };
path = mkOption { path = mkOption {

View file

@ -13,7 +13,7 @@
# Yubikey touch notification. # Yubikey touch notification.
# ISSUE: Not working on Sway with Mako for some reason. # 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; [ environment.systemPackages = with pkgs; [
yubikey-manager yubikey-manager