Change usage of mkForce

This commit is contained in:
2024-03-17 10:25:09 +01:00
parent 14349441ac
commit fe55b38bf9
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ in
};
programs.starship.enableZshIntegration = lib.mkForce false;
programs.starship.enableZshIntegration = lib.mkDefault false;
};