my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin

chore: juneeee

+4 -4
+2 -2
external/gitmessage.txt
··· 2 2 3 3 # remember to set commit author to pr author when merging 4 4 # Reviewed-on: 5 - # Reviewed-by: koi <me@koi.rip> 6 - # Signed-off-by: koi <me@koi.rip> 5 + # Reviewed-by: june <me@koi.rip> 6 + # Signed-off-by: june <me@koi.rip> 7 7 # Co-authored-by: user <user@users.noreply.github.com>
+1 -1
home/modules/programs/jujutsu.nix
··· 4 4 5 5 settings = { 6 6 user = { 7 - name = "koi"; 7 + name = "june"; 8 8 email = "me@koi.rip"; 9 9 }; 10 10
+1 -1
modules/base/users/koi.nix
··· 8 8 "jellyfin" 9 9 ]; 10 10 openssh.authorizedKeys.keys = [ 11 - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9feAlrIVPuVS28tz54/m7pZkjHHL5aVhV2qwBPPceT koi" 11 + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9feAlrIVPuVS28tz54/m7pZkjHHL5aVhV2qwBPPceT" 12 12 ]; 13 13 }; 14 14