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";