mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Remove deprecated option home.sessionVariableSetter
This commit is contained in:
@@ -4,11 +4,7 @@ with lib;
|
||||
|
||||
let
|
||||
|
||||
homeCfg = config.home;
|
||||
|
||||
vars =
|
||||
optionalAttrs (homeCfg.sessionVariableSetter == "pam") homeCfg.sessionVariables
|
||||
// config.pam.sessionVariables;
|
||||
vars = config.pam.sessionVariables;
|
||||
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user