1
0
Fork 0

Fix modeFile

This commit is contained in:
Malte 2023-03-10 23:38:47 +01:00
parent 31e840d1de
commit b8e113beb4

View file

@ -1,7 +1,7 @@
final: _: let
inherit (final) pkgs lib;
homeDir = "/home/maralorn";
modeFile = "${homeDir}/mode";
modeFile = "${homeDir}/.mode";
modeDir = "${homeDir}/.volatile/modes";
configPath = "${homeDir}/git/config";
configGit = "${lib.getExe pkgs.git} -C ${configPath}";