From 7adeedbdd6287517fca8c0b8080221e77ad79b54 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 15 Jun 2026 00:54:41 -0400 Subject: Added wallpapers and logic to rotate them --- hosts/RyanMac/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/RyanMac') diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 572c534..aa91f91 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -20,6 +20,9 @@ let }); in { + # Modules + imports = [ ../../modules/darwin/random-wallpaper.nix ]; + # Define the system's user and home dir location users.users."${username}" = { name = "${username}"; @@ -28,6 +31,12 @@ in { system.primaryUser = "${username}"; + # Install the wallpaper engine + local.randomWallpaper = { + enable = true; + directory = "${../../files/Wallpapers}"; + }; + # Install the /etc/nix/flake-registry.json file we made above environment.etc."nix/flake-registry.json".source = pinnedNixpkgs; -- cgit v1.3