update to 202511

This commit is contained in:
stubbfel
2025-12-09 18:24:58 +01:00
parent e96b7016bf
commit 99b7a30adb
5 changed files with 14 additions and 11 deletions

View File

@@ -1,19 +1,11 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
zsh-git-prompt
];
programs.zsh = {
enable = true;
autosuggestions.enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
interactiveShellInit = ''
source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh
'';
};