mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
update: update flake.lock
This commit is contained in:
parent
57bee38531
commit
a2a1d02c4e
10 changed files with 100 additions and 79 deletions
|
|
@ -64,5 +64,6 @@
|
|||
jujutsu
|
||||
github-copilot-cli
|
||||
yt-dlp
|
||||
bluetui
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
nixcfgs/users/js0ny/programs/anki.nix
Normal file
11
nixcfgs/users/js0ny/programs/anki.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.sessionVariables.ANKI_WAYLAND = 1;
|
||||
programs.anki = {
|
||||
enable = true;
|
||||
addons = with pkgs.ankiAddons; [
|
||||
anki-connect
|
||||
review-heatmap
|
||||
recolor
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
serverInfo.enable = true;
|
||||
showMeYourName = {
|
||||
enable = true;
|
||||
mode = "nick-user";
|
||||
includedNames = "{friend, nick} [{display}] (@{user})";
|
||||
};
|
||||
silentMessageToggle.enable = true;
|
||||
silentTyping.enable = true;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ in {
|
|||
zsh-fzf-tab
|
||||
zsh-nix-shell
|
||||
];
|
||||
catppuccin.zsh-syntax-highlighting.enable = false;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autocd = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue