working on zsh

This commit is contained in:
2026-03-09 19:37:59 +01:00
parent e75e2b3dac
commit b1339e9aa6
7 changed files with 815 additions and 357 deletions
@@ -1,11 +1,4 @@
{
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";
@@ -42,5 +35,4 @@ in
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
};
}