Update config

This commit is contained in:
thiloho
2024-08-07 11:31:13 +02:00
parent 46c1c783ec
commit 117c9c188b
7 changed files with 238 additions and 158 deletions

View File

@@ -15,9 +15,13 @@
package = pkgs.mariadb;
};
home-manager.users.thiloho = { pkgs, ... }: {
programs.git.signing.key = "5CF074CA31DD6686";
home = { stateVersion = "23.05"; };
};
home-manager.users.thiloho =
{ pkgs, ... }:
{
programs.git.signing.key = "5CF074CA31DD6686";
home = {
stateVersion = "23.05";
};
};
system.stateVersion = "23.05";
}