update: update flake.lock

This commit is contained in:
js0ny 2025-11-21 22:25:36 +00:00
parent 57bee38531
commit a2a1d02c4e
10 changed files with 100 additions and 79 deletions

View file

@ -64,5 +64,6 @@
jujutsu
github-copilot-cli
yt-dlp
bluetui
];
}

View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
home.sessionVariables.ANKI_WAYLAND = 1;
programs.anki = {
enable = true;
addons = with pkgs.ankiAddons; [
anki-connect
review-heatmap
recolor
];
};
}

View file

@ -26,7 +26,7 @@
serverInfo.enable = true;
showMeYourName = {
enable = true;
mode = "nick-user";
includedNames = "{friend, nick} [{display}] (@{user})";
};
silentMessageToggle.enable = true;
silentTyping.enable = true;

View file

@ -9,6 +9,7 @@ in {
zsh-fzf-tab
zsh-nix-shell
];
catppuccin.zsh-syntax-highlighting.enable = false;
programs.zsh = {
enable = true;
autocd = true;