c'est le bordel un peu

This commit is contained in:
Amaury JOLY
2026-06-07 17:10:46 +02:00
parent b4f7205dce
commit 33ec89cd08
18 changed files with 731 additions and 42 deletions

View File

@@ -0,0 +1,10 @@
{
pkgs,
customConfig,
...
}: {
home-manager.users.${customConfig.username} = {
programs.zellij.enable = true;
programs.zellij.enableFishIntegration = true;
};
}