Wallpaper: Minecraft swamp.

This commit is contained in:
Dmitry Voronin 2025-01-19 10:19:16 +03:00
parent 31ad6c03e9
commit 60e7000aba
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
3 changed files with 8 additions and 4 deletions

View file

@ -9,8 +9,8 @@ let
purpose = config.module.purpose; purpose = config.module.purpose;
# Set the wallpaper here. # Set the wallpaper here.
url = "https://share.voronind.com/wallpaper/video/SnowyAfternoonCozyBedroomMoewallsCom.mp4"; url = "https://share.voronind.com/wallpaper/video/GardenLakeMinecraftMoewallsCom.mp4";
sha256 = "sha256-nfBQsI4YiNa1N3xroBcsLCkJQJ5ZvOUpOaaBhmMF/3Q="; sha256 = "sha256-i4EyTg6OwR+ITAstof4Rh9NUgrK1EPB0+3uD1zVGbpk=";
video = true; video = true;
# Forse black and white for text. # Forse black and white for text.

View file

@ -4,7 +4,8 @@
# Use `mkpasswd -s`. # Use `mkpasswd -s`.
password = { password = {
dasha = "$y$j9T$WGMPv/bRhGBUidcZLZ7CE/$raZhwFFdI/XvegVZVHLILJLMiBkOxSErc6gao/Cxt33"; dasha = "$y$j9T$WGMPv/bRhGBUidcZLZ7CE/$raZhwFFdI/XvegVZVHLILJLMiBkOxSErc6gao/Cxt33";
live = "$y$j9T$nPMHO52xsFp6ZShidRwVC1$2w9BWmGsCkopKx3L3QLXOnJNCNwtwTOlQ/BzQJEerp0"; # "live". # live = "$y$j9T$nPMHO52xsFp6ZShidRwVC1$2w9BWmGsCkopKx3L3QLXOnJNCNwtwTOlQ/BzQJEerp0"; # "live".
live = "$y$j9T$3Om9CAox3MjyIFLmG3FXj1$uVdNjo1Pe/9vzAPwy0wTeoyHWF8i2ydK8Prx5uJYr4D"; # Empty password.
root = "$y$j9T$oqCB16i5E2t1t/HAWaFd5.$tTaHtAcifXaDVpTcRv.yH2/eWKxKE9xM8KcqXHfHrD7"; root = "$y$j9T$oqCB16i5E2t1t/HAWaFd5.$tTaHtAcifXaDVpTcRv.yH2/eWKxKE9xM8KcqXHfHrD7";
voronind = "$y$j9T$e/mHHkIIAXc0HuQdR3PE6/$Jbh6gJgd0M/s6zCqnsB284a9tlRdLclZSaaSKurIJjB"; voronind = "$y$j9T$e/mHHkIIAXc0HuQdR3PE6/$Jbh6gJgd0M/s6zCqnsB284a9tlRdLclZSaaSKurIJjB";
}; };

View file

@ -6,9 +6,12 @@
}: }:
let let
cfg = config.user; cfg = config.user;
purpose = config.module.purpose;
in in
{ {
options.user.live = lib.mkEnableOption "live user."; options.user.live = lib.mkEnableOption "live user." // {
default = purpose.live;
};
config = lib.mkIf cfg.live { config = lib.mkIf cfg.live {
home.nixos.users = [ home.nixos.users = [