Commit
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
# TODO: Figure out how to handle this flag. Set it in shell.nix or here?
|
||||
# Maybe set it conditionally on if zsh is enabled?
|
||||
# Might be relevant: lib.hm.shell.mkZshIntegrationOption
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user