working on zsh

This commit is contained in:
2026-03-09 16:26:38 +01:00
parent 45f23db173
commit 963c5db09a
@@ -1,4 +1,11 @@
{ config, pkgs, lib, user, flakeRoot, ... }:
{
config,
pkgs,
lib,
user,
flakeRoot,
...
}:
let
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
assetsDir = "${flakeRoot}/assets/common/conf/zsh";
@@ -35,4 +42,5 @@ in
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
};
}