summaryrefslogtreecommitdiff
path: root/modules/zsh.nix
diff options
context:
space:
mode:
authorShubham Saini <ssaini@fispan.com>2023-09-30 04:02:23 +0000
committerShubham Saini <ssaini@fispan.com>2023-09-30 04:02:23 +0000
commitfdf1c788488534825abdbfe8f8c0e8e95a876d57 (patch)
tree1186b8b594f8a540bf019006cb3f2544219c8cd4 /modules/zsh.nix
parentfdb9ba23a2cff4b50a699eb89435aa9a9de77891 (diff)
nix: reorg programs into modules
Diffstat (limited to 'modules/zsh.nix')
-rw-r--r--modules/zsh.nix2
1 files changed, 2 insertions, 0 deletions
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 @@
1{ config, pkgs, ... }:
2
1{ 3{
2 programs.zsh = { 4 programs.zsh = {
3 enable = true; 5 enable = true;