fix(home): .enabled -> .enable
This commit is contained in:
parent
c619fcf50a
commit
c0b8dbb3e4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in
|
||||||
|
|
||||||
rose-pine = mkIf colors.isRosePine enabled;
|
rose-pine = mkIf colors.isRosePine enabled;
|
||||||
|
|
||||||
settings = mkIf config.programs.starship.rose-pine.enabled {
|
settings = mkIf config.programs.starship.rose-pine.enable {
|
||||||
format = mkForce (concatStrings [
|
format = mkForce (concatStrings [
|
||||||
"$username "
|
"$username "
|
||||||
"$directory "
|
"$directory "
|
||||||
|
|
Loading…
Reference in a new issue