Move home settings to be set per host

This commit is contained in:
2023-05-18 21:57:42 +02:00
parent 504714eb1f
commit c635de13f3
2 changed files with 13 additions and 17 deletions
+9 -1
View File
@@ -1 +1,9 @@
{}
{ config, pkgs, lib, ... }:
{
home.stateVersion = "23.05";
home.homeDirectory = "/home/materus";
programs.git.signing.key = "28D140BCA60B4FD1";
programs.git.signing.signByDefault = true;
programs.git.userEmail = "materus@podkos.pl";
programs.git.userName = "materus";
}