what in the world is wrong with GNOME...
This commit is contained in:
parent
d1ed945935
commit
f30d7f25da
4 changed files with 50 additions and 1 deletions
|
|
@ -2,9 +2,11 @@
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
enableAutosuggestions = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv"];
|
||||
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];
|
||||
theme = "agnoster";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue