From f9821449c6d3d9a2826615c23e3768222a246bf5 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 4 Apr 2024 22:36:26 +0200 Subject: zsh: set WALLPAPER to correct path --- hm/zsh/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hm') diff --git a/hm/zsh/default.nix b/hm/zsh/default.nix index ea47f7a..ed284b3 100644 --- a/hm/zsh/default.nix +++ b/hm/zsh/default.nix @@ -1,6 +1,7 @@ { config, pkgs, + self, ... }: { programs.zsh = { @@ -23,7 +24,7 @@ historySubstringSearch.enable = true; sessionVariables = { - WALLPAPER = "${config.home.homeDirectory}/srv/wallpaper.jpg"; + WALLPAPER = "${self}/files/wallpaper.jpg"; }; shellAliases = { -- cgit 1.4.1