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
+2 -1
View File
@@ -24,6 +24,7 @@
outputs =
inputs@{
self,
nixpkgs,
home-manager,
emacs-overlay,
@@ -67,7 +68,7 @@
);
devShells.${system}.default = import ./assets/flake/terminal_shell/devshell.nix {
inherit (nixpkgs) mkShell;
inherit (nixpkgs.legacyPackages.${system}) mkShell;
};
};
}