Add zsh config

This commit is contained in:
Marko Korhonen 2024-09-16 21:57:08 +03:00
parent 7bbb0f74de
commit 122bbc2236
4 changed files with 35 additions and 10 deletions

View file

@ -12,7 +12,6 @@
outputs = { nixpkgs, home-manager, ... }:
let
lib = nixpkgs.lib;
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
in