Process 23.11 deprecations and new things

This commit is contained in:
Geoffrey Frogeye 2023-11-30 20:37:25 +01:00
parent 02e03857c2
commit 05b1f2d88a
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 36 additions and 39 deletions

View file

@ -172,8 +172,7 @@ in
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
# syntaxHighlighting.enable = true; # 23.11 syntax
syntaxHighlighting.enable = true;
historySubstringSearch.enable = true;
initExtra = lib.strings.concatLines [
commonRc
@ -350,6 +349,7 @@ in
];
extraConfig = builtins.readFile ./tmux.conf + "source-file ${themepack}/share/tmux-plugins/tmux-themepack/powerline/default/green.tmuxtheme\n";
};
translate-shell.enable = true; # TODO Cool config?
};
services = {
gpg-agent = {
@ -423,7 +423,6 @@ in
man
# nodePackages.insect # FIXME Don't install on aarch64
# TODO Use whatever replaces insect
translate-shell
unzip
unrar
p7zip