Working on terminal / zsh

This commit is contained in:
2026-03-08 11:14:46 +01:00
parent 271ab3bf48
commit c95a7ea728
3 changed files with 329 additions and 335 deletions
+327 -327
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1160,7 +1160,7 @@ in
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
# Disable syntaxHighlighting.enable (we handle it manually)
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "agnoster";
@@ -1,10 +1,4 @@
{
config,
pkgs,
lib,
user,
...
}:
{ config, pkgs, lib, user, ... }:
let
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
in