Generalize cyberspark home so it can be used as a generic terminal profile
This commit is contained in:
parent
a05ffd55c3
commit
6c749ad51d
|
@ -12,7 +12,6 @@
|
|||
../../../modules/home/utils/zsh
|
||||
|
||||
# Misc
|
||||
../../../overlays
|
||||
../../../variables
|
||||
../../../variables/look
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue