More cleanup

This commit is contained in:
Tim Schubert 2020-10-17 15:41:27 +02:00
parent 992f8b23ac
commit 4c0ad5c3f0
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
5 changed files with 35 additions and 52 deletions

5
modules/session.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, sessionVars }:
{
home.sessionVariables = sessionVars;
systemd.user.sessionVariables = sessionVars;
}