Lockscreen custom
This commit is contained in:
parent
b3fdc5f573
commit
e080d5b9b8
10 changed files with 134 additions and 49 deletions
|
|
@ -8,11 +8,13 @@
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
autocd = true;
|
||||
# plugins = [{
|
||||
# name = "powerlevel10k";
|
||||
# src = pkgs.zsh-powerlevel10k;
|
||||
# file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
# }];
|
||||
plugins = [
|
||||
# {
|
||||
# name = "powerlevel10k";
|
||||
# src = pkgs.zsh-powerlevel10k;
|
||||
# file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
# }
|
||||
];
|
||||
initExtraBeforeCompInit = ''
|
||||
zstyle ':completion:*' menu select
|
||||
setopt CORRECT
|
||||
|
|
@ -24,7 +26,26 @@
|
|||
# POWERLEVEL9K_LEFT_PROMPT_ELEMENTS = [ "os_icon" "dir" "vcs" "prompt_char" ];
|
||||
# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS = [ "status" "command_execution_time" "background_jobs" "direnv" "nix_shell" "time" "vpn_ip" ]
|
||||
# };
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"alias-finder"
|
||||
"common-aliases"
|
||||
"cp"
|
||||
"dirhistory"
|
||||
"docker-compose"
|
||||
"docker"
|
||||
"extract"
|
||||
"git-auto-fetch"
|
||||
"git"
|
||||
"sudo"
|
||||
];
|
||||
extraConfig = "";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue