mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-26 06:05:37 +00:00
fix: aerc doesn't recognize config file
This commit is contained in:
parent
2848ae9424
commit
42237eab13
@ -4,6 +4,12 @@
|
|||||||
# macOS user
|
# macOS user
|
||||||
home = config.homePath;
|
home = config.homePath;
|
||||||
shell = pkgs.fish; # Default shell
|
shell = pkgs.fish; # Default shell
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
# Used for aerc
|
||||||
|
home-manager.users.${config.user} = {
|
||||||
|
home.sessionVariables = { XDG_CONFIG_HOME = "${config.homePath}/.config"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user