From d55e86917204dd7b2919eecb5e12861e22da9d16 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 19 Jan 2026 09:16:43 -0600 Subject: Rename file for potential future users --- modules/home/christian.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/home/christian.nix (limited to 'modules/home/christian.nix') diff --git a/modules/home/christian.nix b/modules/home/christian.nix new file mode 100644 index 0000000..461f273 --- /dev/null +++ b/modules/home/christian.nix @@ -0,0 +1,16 @@ +{ config, pkgs, inputs, ... }: +{ + imports = [ ./nvim ]; + + home.stateVersion = "25.11"; + + home.packages = with pkgs; [ ]; + + programs.git = { + enable = true; + settings.user.name = "Christian"; + settings.user.email = "thechristiansoltermann@gmail.com"; + }; + + programs.home-manager.enable = true; +} -- cgit v1.2.3