diff --git a/overlays/update-system.nix b/overlays/update-system.nix index dec40ebb..50514d23 100644 --- a/overlays/update-system.nix +++ b/overlays/update-system.nix @@ -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}";