add zsh config

This commit is contained in:
jdonszelmann 2024-07-06 04:32:48 +02:00
parent 1da9036f7b
commit 527048be0c
No known key found for this signature in database
GPG key ID: E0C1EA36407B2FF2
11 changed files with 213 additions and 353 deletions

7
repl.nix Normal file
View file

@ -0,0 +1,7 @@
let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in
{
inherit flake;
} // flake // builtins // nixpkgs // nixpkgs.lib #// flake.nixosConfigurations