Bruno BELANYI
3787cf4da1
This uses nixos-community's version of `use_nix` which allows for persistent shells, and is now compatible with flakes.
8 lines
59 B
Nix
8 lines
59 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./direnv.nix
|
|
./zsh
|
|
];
|
|
}
|