Fix on load in darwin configuration

This commit is contained in:
Laurent Gueret
2026-02-11 16:38:00 +01:00
parent 7aaedb5ffa
commit 6fff8b634b
5 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
home.packages = with pkgs; [
devenv
];
-1
View File
@@ -14,7 +14,6 @@ in
config = mkIf cfg.enable {
programs.git = {
config.init.defaultBranch = "main";
settings = {
user = {
name = "Laurent Gueret";