reenabled xdg, appareantly it does work
This commit is contained in:
parent
16ee4b50d6
commit
5a9c134717
3 changed files with 4 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
text_editor = "nvim.desktop";
|
||||
in {
|
||||
|
||||
environment.sessionVariables = {
|
||||
/* environment.sessionVariables = {
|
||||
CARGO_HOME = "${hmCfg.xdg.dataHome}/cargo";
|
||||
GOPATH = "${hmCfg.xdg.dataHome}/go";
|
||||
GNUPGHOME = "${hmCfg.xdg.dataHome}/gnupg";
|
||||
|
@ -30,14 +30,13 @@ in {
|
|||
WINEPREFIX = "${hmCfg.xdg.dataHome}/wine";
|
||||
XAUTHORITY = "\$XDG_RUNTIME_DIR/Xauthority";
|
||||
};
|
||||
|
||||
*/
|
||||
myOptions.programs.zsh.extraAliases = {
|
||||
gdb = "gdb -n -x ${hmCfg.xdg.configHome}/gdb/init";
|
||||
pidgin = "pidgin --config=${hmCfg.xdg.dataHome}/purple";
|
||||
svn = "svn --config-dir ${hmCfg.xdg.configHome}/subversion";
|
||||
wget = "wget --hsts-file=\"${hmCfg.xdg.dataHome}/wget-hsts\"";
|
||||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
xdg.configFile."npm/npmrc".text = ''
|
||||
prefix=${hmCfg.xdg.dataHome}/npm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue