Configure zsh, cleanup worf

This commit is contained in:
2023-07-27 11:33:44 +02:00
parent 4f57fa36e3
commit 80489f5025
3 changed files with 86 additions and 13 deletions

View File

@@ -5,24 +5,21 @@
, ...
}: {
imports = [
./zsh.nix
];
home.packages = with pkgs; [
bottom
discord
exa
iterm2
neovim
slack
spotify
vscode
];
programs = {
zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
history.size = 10000;
};
};
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
disabledModules = [ "targets/darwin/linkapps.nix" ];
home.activation = lib.mkIf pkgs.stdenv.isDarwin {