Testing zsh
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{ config, pkgs, lib, user, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
user,
|
||||
...
|
||||
}:
|
||||
let
|
||||
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
|
||||
in
|
||||
@@ -14,7 +20,7 @@ in
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
# Disable syntaxHighlighting.enable (we handle it manually)
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "agnoster";
|
||||
|
||||
Reference in New Issue
Block a user