Shell stuff

This commit is contained in:
xqtc 2024-10-19 14:15:19 +02:00
parent b7d4f62551
commit 3c9e9e2e72
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,7 @@
colorschemes.catppuccin.enable = true; colorschemes.catppuccin.enable = true;
plugins = { plugins = {
lspkind.enable = true;
persistence = { persistence = {
enable = true; enable = true;
}; };

View file

@ -7,7 +7,10 @@
}: { }: {
programs = { programs = {
zsh = { zsh = {
enable = if (config.os == "linux") then true else false; enable =
if (config.os == "linux")
then true
else false;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = ["git"]; plugins = ["git"];