misc: Name change!

This commit is contained in:
Raine Godmaire 2024-05-17 08:01:51 -04:00
parent 7c5bd5bf8a
commit 3811e0d4ed
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
(setq user-full-name "Roman Godmaire"
user-mail-address "godmaire@twilit.com")
(setq user-full-name "Raine Godmaire"
user-mail-address "its@raine.ing")
(setq doom-theme 'doom-gruvbox)
(setq display-line-numbers-type 'relative)

View file

@ -93,8 +93,8 @@
# Programming configurations
programs.git = {
enable = true;
userName = "Roman Godmaire";
userEmail = "godmaire@twilit.io";
userName = "Raine Godmaire";
userEmail = "its@raine.ing";
delta = {
enable = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
imports = [ ./common.nix ];