We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6c037 commit fe8ae75Copy full SHA for fe8ae75
hm-module.nix
@@ -29,12 +29,6 @@
29
linuxConfigPath = ".zen";
30
darwinConfigPath = "Library/Application Support/Zen";
31
32
- configPath = "${(
33
- if pkgs.stdenv.isDarwin
34
- then darwinConfigPath
35
- else linuxConfigPath
36
- )}";
37
-
38
# Actual profile directory path where places.sqlite is located
39
profilePath = "${(
40
if pkgs.stdenv.isDarwin
@@ -612,7 +606,7 @@ in {
612
606
${optionalString (profile.spacesForce) deleteSpaces}
613
607
${optionalString (profile.pins != {}) insertPins}
614
608
${optionalString (profile.pinsForce) deletePins}
615
609
+
616
610
# Force WAL checkpoint to ensure changes are visible immediately
617
611
${sqlite3} "${placesFile}" "PRAGMA wal_checkpoint(FULL);" || exit 1
618
}
0 commit comments