diff --git a/home-manager/home-manager.nix b/home-manager/home-manager.nix index 34ce49ac..f356b5a0 100644 --- a/home-manager/home-manager.nix +++ b/home-manager/home-manager.nix @@ -6,7 +6,7 @@ let let conf = import confPath; in - if confAttr == "" then conf else conf.''${confAttr}; + if confAttr == "" then conf else conf.${confAttr}; pkgs = pkgs; }; in