Working on terminal / zsh
This commit is contained in:
+327
-327
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1160,7 +1160,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
# Disable syntaxHighlighting.enable (we handle it manually)
|
syntaxHighlighting.enable = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
{
|
{ config, pkgs, lib, user, ... }:
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
user,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
let
|
let
|
||||||
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
|
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user