1
0
Fork 0

Add more programs

This commit is contained in:
Malte Brandy 2021-06-02 01:31:08 +02:00
parent c311fd9761
commit 5c1e73f25e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -13,6 +13,18 @@
programs = {
home-manager.enable = true;
nix-index = {
enable = true;
enableZshIntegration = true;
};
exa = {
enable = true;
enableAliases = true;
};
lazygit = {
settings.gui.theme.lightTheme = true;
enable = true;
};
direnv = {
enable = true;
enableZshIntegration = true;