Process 23.11 deprecations and new things
This commit is contained in:
parent
02e03857c2
commit
05b1f2d88a
3 changed files with 36 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue