From e00d11996db0c54f07b965f02d72a51651c7794e Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 24 Mar 2022 21:51:44 +0100 Subject: modules/zsh: Really fix evaluation this time Gosh, today my brain really doesn't work very well it seems, because I actually forgot to add the first hunk via "git add -p". Signed-off-by: aszlig --- modules/user/aszlig/programs/zsh/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/user/aszlig/programs/zsh/default.nix b/modules/user/aszlig/programs/zsh/default.nix index 4876b865..295ecfbb 100644 --- a/modules/user/aszlig/programs/zsh/default.nix +++ b/modules/user/aszlig/programs/zsh/default.nix @@ -1,6 +1,4 @@ -{ config, lib, ... }: - -with lib; +{ config, pkgs, lib, ... }: let cfg = config.vuizvui.user.aszlig.programs.zsh; -- cgit 1.4.1