Skip to content

Commit fe8ae75

Browse files
authored
refactor(hm-module): remove unused var (#153)
1 parent 8c6c037 commit fe8ae75

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

hm-module.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
linuxConfigPath = ".zen";
3030
darwinConfigPath = "Library/Application Support/Zen";
3131

32-
configPath = "${(
33-
if pkgs.stdenv.isDarwin
34-
then darwinConfigPath
35-
else linuxConfigPath
36-
)}";
37-
3832
# Actual profile directory path where places.sqlite is located
3933
profilePath = "${(
4034
if pkgs.stdenv.isDarwin
@@ -612,7 +606,7 @@ in {
612606
${optionalString (profile.spacesForce) deleteSpaces}
613607
${optionalString (profile.pins != {}) insertPins}
614608
${optionalString (profile.pinsForce) deletePins}
615-
609+
616610
# Force WAL checkpoint to ensure changes are visible immediately
617611
${sqlite3} "${placesFile}" "PRAGMA wal_checkpoint(FULL);" || exit 1
618612
}

0 commit comments

Comments
 (0)