Add scalizer laptop programs

This commit is contained in:
Julien Hémono 2025-08-24 18:33:27 +02:00
parent 5a1f4b6a13
commit 81cfd8eaa4

View file

@ -15,6 +15,14 @@
# release notes.
home.stateVersion = "25.05"; # Please read the comment before changing.
programs.bash.enable = true;
programs.git = {
enable = true;
userName = "Julien Hémono";
userEmail = "julien@scalizer.fr";
};
programs.jujutsu = {
enable = true;
settings = {
@ -26,11 +34,17 @@
};
};
programs.gh = {
enable = true;
};
programs.helix = {
enable = true;
defaultEditor = true;
};
programs.uv.enable = true;
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [