From a4429033138e5416fde699313a33b9c9b3f65e5f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 8 Jul 2023 22:34:47 +0300 Subject: [PATCH] okay --- modules/shell/zsh/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/shell/zsh/default.nix b/modules/shell/zsh/default.nix index 78aa45b6..80fd7bb2 100644 --- a/modules/shell/zsh/default.nix +++ b/modules/shell/zsh/default.nix @@ -1,7 +1,4 @@ { inputs, options, config, lib, pkgs, ...}: -# this makes -# nix search nixpkgs -# ALOT faster with lib; let cfg = config.modules.shell.zsh; in