Files
lavitz/modules/home/session.nix
T
2026-02-17 15:21:54 -07:00

13 lines
158 B
Nix

{ ... }:
{
home.file."Assets" = {
source = ../../assets;
force = true;
};
systemd.user.sessionVariables = {
BROWSER = "librewolf";
};
}