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
+1 -1
View File
@@ -100,7 +100,7 @@
# DDRM browser-extension backend
ddrm = {
url = "git+https://git.chiasson.cloud/Olivier/DDRM";
url = "git+https://git.chiasson.cloud/Olivier/DDRM?rev=c3d014f96855e45b53f7391ce19729493887cb96";
inputs.nixpkgs.follows = "nixpkgs";
};
};
+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 = {