Better organization :')
This commit is contained in:
8
modules/home/session.nix
Normal file
8
modules/home/session.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
home.sessionVariables = {
|
||||
BROWSER = "librewolf";
|
||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user