From fdf1c788488534825abdbfe8f8c0e8e95a876d57 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 29 Sep 2023 21:02:23 -0700 Subject: nix: reorg programs into modules --- modules/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/zsh.nix') diff --git a/modules/zsh.nix b/modules/zsh.nix index bd7a30f..8f05af4 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -1,3 +1,5 @@ +{ config, pkgs, ... }: + { programs.zsh = { enable = true; -- cgit v1.2.3