WIP custom vital + zsh and audio configs

Signed-off-by: Filippo Berto <berto.f@protonmail.com>
This commit is contained in:
Filippo Berto 2022-08-25 09:33:52 +02:00
parent 84ed0d7a01
commit 4d42bdad1c
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 68 additions and 26 deletions

View file

@ -136,6 +136,8 @@ with lib;
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.steam.enable = true;
services.joycond.enable = true;
programs.dconf.enable = true;
programs.zsh = { enable = true; syntaxHighlighting.enable = true; };