Generalize cyberspark home so it can be used as a generic terminal profile

This commit is contained in:
Jimbo 2024-10-16 01:31:13 -04:00
parent a05ffd55c3
commit 6c749ad51d
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,6 @@
../../../modules/home/utils/zsh ../../../modules/home/utils/zsh
# Misc # Misc
../../../overlays ../../../variables/look
../../../variables
]; ];
} }

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }: { pkgs, ... }:
{ {
programs.zsh = { programs.zsh = {
enable = true; enable = true;