Configure zsh, cleanup worf
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user