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
@@ -1,10 +1,4 @@
{
config,
pkgs,
lib,
user,
...
}:
{ config, pkgs, lib, user, ... }:
let
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
in