Add java and development aliases

This commit is contained in:
Alexander
2025-08-10 12:29:19 +02:00
parent 63f3c1f2d1
commit 0f5fc737e4
6 changed files with 28 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,6 @@ in {
];
users.users."${username}" = {
packages = with pkgs; [
## Emacs itself
binutils # native-comp needs 'as', provided by this
@@ -72,8 +71,9 @@ in {
isync # mu4e related
];
};
services.lorri.enable = true; # will cache nix builds and speed up direnv tremendously:
};
}