Add var envs & paneru derivation

This commit is contained in:
2026-02-15 14:28:42 +01:00
parent 51e0a62c03
commit 50e8057907
8 changed files with 46 additions and 3 deletions
+3
View File
@@ -20,6 +20,9 @@ in
home.sessionVariables = {
JAVA_HOME = "${pkgs.jdk25}";
M2_HOME = "${config.xdg.dataHome}/maven";
MVN_HOME = "${config.xdg.dataHome}/maven";
MAVEN_HOME = "${config.xdg.dataHome}/maven";
};
};
+2 -1
View File
@@ -19,7 +19,8 @@ in
];
home.sessionVariables = {
RUSTUP_HOME = ".rustup";
CARGO_HOME = "${config.xdg.dataHome}/cargo";
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
};
};
+5 -1
View File
@@ -13,9 +13,13 @@ in
enable = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
dotDir = "${config.xdg.configHome}/zsh";
history = {
path = "${config.xdg.dataHome}/zsh/history";
};
oh-my-zsh = {
enable = true;
theme = "af-magic";
theme = "dieter";
};
};