Nix Flake #1

Merged
mosbach merged 2 commits from nixos into main 2023-08-23 23:25:19 +02:00
Showing only changes of commit dfaa6786be - Show all commits

View File

@ -44,7 +44,9 @@
devShell = {
enable = true;
mkShellArgs.shellHook = ''
zsh && exit
if command -v zsh &> /dev/null; then
zsh && exit
fi
'';
# Programs you want to make available in the shell.