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

View file

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

View file

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