From 12a4dbbdfaea005f7221b6c4b06873ae7db6d1a2 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 23 Jan 2026 12:56:21 -0700 Subject: [PATCH] 1769198181 --- modules/home/session.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/session.nix b/modules/home/session.nix index f8533d7..52af878 100644 --- a/modules/home/session.nix +++ b/modules/home/session.nix @@ -1,7 +1,10 @@ { config, ... }: { - home.file."Assets".source = ../../assets; + home.file."Assets" = { + source = ../../assets; + force = true; + }; home.sessionVariables = { BROWSER = "librewolf";