This commit is contained in:
2026-02-19 09:03:17 +01:00
parent 0f0be167c0
commit de17456cc2
5 changed files with 4 additions and 11 deletions
-1
View File
@@ -16,7 +16,6 @@ in
home.packages = with pkgs; [
jdk25_headless
maven
];
home.sessionVariables = {
-1
View File
@@ -15,7 +15,6 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
python315
uv
];
-3
View File
@@ -1,5 +1,4 @@
{
pkgs,
lib,
config,
...
@@ -14,8 +13,6 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [ rustup ];
home.sessionVariables = {
CARGO_HOME = "${config.home.sessionVariables.XDG_DATA_HOME}/cargo";
RUSTUP_HOME = "${config.home.sessionVariables.XDG_DATA_HOME}/rustup";