From 407e781019c65af9c0e2d383f3db57bcfc957867 Mon Sep 17 00:00:00 2001 From: foxora Date: Fri, 6 Mar 2026 16:15:16 +0000 Subject: [PATCH] fixed profile pictures not updating --- hosts/nixarawrui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixarawrui/default.nix b/hosts/nixarawrui/default.nix index fb08d82..ead84ca 100644 --- a/hosts/nixarawrui/default.nix +++ b/hosts/nixarawrui/default.nix @@ -219,7 +219,7 @@ imagePath = root + "/homes/aurora/profile.png"; in lib.mkIf (builtins.pathExists imagePath) [ - "L /var/lib/AccountsService/icons/aurora - - - - ${imagePath}" + "L+ /var/lib/AccountsService/icons/aurora - - - - ${imagePath}" ]; programs = {