fix: update personal github information

This commit is contained in:
Morten Olsen
2025-12-15 19:11:57 +01:00
parent f42a092b60
commit 6e2564c7f7
5 changed files with 18 additions and 19 deletions

View File

@@ -19,7 +19,7 @@
# ========================================================================== # ==========================================================================
modules.git = { modules.git = {
enable = true; enable = true;
userEmail = "alice@personal.example.com"; userEmail = "fbtijfdq@void.black";
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P"; signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P";
# On personal machine, all projects under ~/Projects/ use the same config # On personal machine, all projects under ~/Projects/ use the same config
@@ -40,7 +40,7 @@
# Personal projects config (~/Projects/.gitconfig) # Personal projects config (~/Projects/.gitconfig)
personal = { personal = {
enable = true; enable = true;
email = "alice@personal.example.com"; email = "fbtijfdq@void.black";
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P"; signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P";
}; };
}; };

View File

@@ -50,7 +50,7 @@
# For personal projects on the work machine # For personal projects on the work machine
private = { private = {
enable = true; enable = true;
email = "morten.olsen@zeronorth.com"; email = "fbtijfdq@void.black";
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAzuPy7D/54GxMq9Zhz0CUjaDnEQ6RkQ/yqVYl7U55k"; signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAzuPy7D/54GxMq9Zhz0CUjaDnEQ6RkQ/yqVYl7U55k";
}; };

View File

@@ -129,7 +129,7 @@
programs.bat = { programs.bat = {
enable = true; enable = true;
config = { config = {
theme = "Catppuccin-mocha"; theme = "Catppuccin Mocha";
style = "numbers,changes,header"; style = "numbers,changes,header";
}; };
}; };

View File

@@ -170,19 +170,18 @@
# Atuin - Shell History # Atuin - Shell History
# Migrated from dot_config/atuin/config.toml # Migrated from dot_config/atuin/config.toml
# ========================================================================== # ==========================================================================
# programs.atuin = { programs.atuin = {
# enable = true; enable = true;
# enableZshIntegration = true; enableZshIntegration = true;
# settings = { settings = {
# force = true; # Compact style for history display
# # Compact style for history display style = "compact";
# style = "compact";
# # Vim keybindings in normal mode # Vim keybindings in normal mode
# keymap_mode = "vim-normal"; keymap_mode = "vim-normal";
# }; };
# }; };
# ========================================================================== # ==========================================================================
# Direnv - Directory-specific environments # Direnv - Directory-specific environments