Wallpaper : Botw dog.
This commit is contained in:
parent
628cd36ce6
commit
78f053c622
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue