Update flake.nix to specify DDRM revision; modify 14900k host configuration.nix to enhance git settings and include devenv in services

This commit is contained in:
2026-06-04 16:46:39 -03:00
parent 65064d971c
commit 403cf2fde5
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -128,6 +128,8 @@ services.cloudflare-warp.enable = true;
prismlauncher
dualsensectl
devenv
];
@@ -162,8 +164,10 @@ services.cloudflare-warp.enable = true;
{
programs.git = {
enable = true;
userName = "OlivierChiasson";
userEmail = "olivierchiasson@hotmail.fr";
settings.user = {
name = "OlivierChiasson";
email = "olivierchiasson@hotmail.fr";
};
};
chiasson.home = {