ZSH setup
This commit is contained in:
parent
d21dfbc6fd
commit
d1ed945935
3 changed files with 16 additions and 1 deletions
11
programm_configs/zsh.nix
Normal file
11
programm_configs/zsh.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv"];
|
||||
theme = "agnoster";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue