From 42374d30a16ca98d38ca3d73bdbd8abaaf662b3b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Feb 2025 21:20:58 +0100 Subject: feat(workstation): generate wallpaper from roadmap.md --- nixos/profiles/workstation/graphical.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/profiles/workstation/graphical.nix') diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index 1f36658..dc05f05 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -21,12 +21,15 @@ wl-clipboard # for wl-copy and wl-paste grim libnotify # for notify-send + imagemagick # dependency of set-wallpaper # When I ssh into a server my terminal changes to a host-specific background color via # a LocalCommand configured in ~/.ssh/config and a ZSH function to reset the color on exit. (writeShellScriptBin "set-bg" (builtins.readFile ./scripts/set-bg)) (writeShellScriptBin "reset-bg" (builtins.readFile ./scripts/reset-bg)) + (writeShellScriptBin "set-wallpaper" (builtins.readFile ./scripts/set-wallpaper)) + # graphical tools imv mpv -- cgit v1.2.3