feat: add swaync, spotify, keyring

This commit is contained in:
Jacob Bachmann 2023-09-19 18:13:53 +02:00
parent 8f1e1ea06e
commit 4879c8321f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
14 changed files with 561 additions and 4 deletions

View file

@ -3,6 +3,8 @@
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
syntaxHighlighting.enable = true;
/*
plugins = [
{
name = "zsh-syntax-highlighting";
@ -14,6 +16,7 @@
};
}
];
*/
oh-my-zsh = {
enable = true;
theme = "terminalparty";