From 6e2564c7f7ee77fe924c532339eaa8e7319e112e Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Mon, 15 Dec 2025 19:11:57 +0100 Subject: [PATCH] fix: update personal github information --- home/personal.nix | 6 +++--- home/work.nix | 4 ++-- modules/home/git-files.nix | 2 +- modules/home/packages.nix | 2 +- modules/home/shell.nix | 23 +++++++++++------------ 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/home/personal.nix b/home/personal.nix index f6c0a34..a62dbb8 100644 --- a/home/personal.nix +++ b/home/personal.nix @@ -19,7 +19,7 @@ # ========================================================================== modules.git = { enable = true; - userEmail = "alice@personal.example.com"; + userEmail = "fbtijfdq@void.black"; signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P"; # On personal machine, all projects under ~/Projects/ use the same config @@ -40,7 +40,7 @@ # Personal projects config (~/Projects/.gitconfig) personal = { enable = true; - email = "alice@personal.example.com"; + email = "fbtijfdq@void.black"; signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P"; }; }; @@ -74,4 +74,4 @@ # Personal-only packages # modules.packages.personal = true; -} \ No newline at end of file +} diff --git a/home/work.nix b/home/work.nix index e9d0edc..47cc798 100644 --- a/home/work.nix +++ b/home/work.nix @@ -50,7 +50,7 @@ # For personal projects on the work machine private = { enable = true; - email = "morten.olsen@zeronorth.com"; + email = "fbtijfdq@void.black"; signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAzuPy7D/54GxMq9Zhz0CUjaDnEQ6RkQ/yqVYl7U55k"; }; @@ -79,4 +79,4 @@ # Work-only packages # modules.packages.work = true; -} \ No newline at end of file +} diff --git a/modules/home/git-files.nix b/modules/home/git-files.nix index cba67ee..5e4c3d4 100644 --- a/modules/home/git-files.nix +++ b/modules/home/git-files.nix @@ -137,4 +137,4 @@ in { }) ]; }; -} \ No newline at end of file +} diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 06de2af..ba8f139 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -129,7 +129,7 @@ programs.bat = { enable = true; config = { - theme = "Catppuccin-mocha"; + theme = "Catppuccin Mocha"; style = "numbers,changes,header"; }; }; diff --git a/modules/home/shell.nix b/modules/home/shell.nix index 640e23c..33b346d 100644 --- a/modules/home/shell.nix +++ b/modules/home/shell.nix @@ -170,19 +170,18 @@ # Atuin - Shell History # Migrated from dot_config/atuin/config.toml # ========================================================================== - # programs.atuin = { - # enable = true; - # enableZshIntegration = true; + programs.atuin = { + enable = true; + enableZshIntegration = true; - # settings = { - # force = true; - # # Compact style for history display - # style = "compact"; + settings = { + # Compact style for history display + style = "compact"; - # # Vim keybindings in normal mode - # keymap_mode = "vim-normal"; - # }; - # }; + # Vim keybindings in normal mode + keymap_mode = "vim-normal"; + }; + }; # ========================================================================== # Direnv - Directory-specific environments @@ -224,4 +223,4 @@ enable = true; enableZshIntegration = true; }; -} \ No newline at end of file +}